#EFDA61

Color #EFDA61 Portica (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portica #EFDA61

Tints of Portica #EFDA61

Color information

#EFDA61 (or 0xEFDA61) is unknown color: approx Portica. HEX triplet: EF, DA and 61. RGB value is (239,218,97). Sum of RGB (Red+Green+Blue) = 239+218+97=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 218 (85.55% from 255 or 39.35% from 554); Blue value is 97 (38.28% from 255 or 17.51% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDA61 is #10259E. Grayscale: #D2D2D2. Windows color (decimal): -1058207 or 6413039. OLE color: 6413039.

HSL color Cylindrical-coordinate representation of color #EFDA61: hue angle of 51.13º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EFDA61 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB23921897-
CMYK00.090.590.06
HSL51.13º81.61%65.88%-
HSV(B)51.13º59.41%93.73%-
XYZ62.8369.3621.39-
YUV210.4863.96148.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 43.14%
GREEN value IS 218 (85.55% from 255) = 39.35%
BLUE value IS 97 (38.28% from 255) = 17.51%
R=43.14%
G=39.35%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392189700.090.590.0651.1381.6165.88
HexEFDA61093B6335242
Octal35733214101173663122102
Binary111011111101101011000010100111101111011001110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDA61; }

 p { color: rgb(239,218,97); }

 H1.HeaderClassName
 {
   color: #EFDA61;
 }
 .AnyTagClassName
 {
   color: #EFDA61;
 }
</style>
background-color css

<style>
 a { background-color: #EFDA61; }

 a { background-color: rgb(239,218,97); }

 div.DivClassName
 {
   background-color: #EFDA61;
 }
 .BgClassName
 {
   background-color: #EFDA61;
 }
</style>
border-color css

<style>
 span { border-color: #EFDA61; }

 span { border-color: rgb(239,218,97); }

 td.TdClassName
 {
   border-color: #EFDA61;
 }
 .TagClassName
 {
   border-color: #EFDA61;
 }
</style>