#EFBE66

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

Shades of Harvest Gold #EFBE66

Tints of Harvest Gold #EFBE66

Color information

#EFBE66 (or 0xEFBE66) is unknown color: approx Harvest Gold. HEX triplet: EF, BE and 66. RGB value is (239,190,102). Sum of RGB (Red+Green+Blue) = 239+190+102=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 190 (74.61% from 255 or 35.78% from 531); Blue value is 102 (40.23% from 255 or 19.21% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBE66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBE66 is #104199. Grayscale: #C3C3C3. Windows color (decimal): -1065370 or 6733551. OLE color: 6733551.

HSL color Cylindrical-coordinate representation of color #EFBE66: hue angle of 38.54º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EFBE66 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB239190102-
CMYK00.210.570.06
HSL38.54º81.07%66.86%-
HSV(B)38.54º57.32%93.73%-
XYZ56.4156.1420.43-
YUV194.6275.73159.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.01%
GREEN value IS 190 (74.61% from 255) = 35.78%
BLUE value IS 102 (40.23% from 255) = 19.21%
R=45.01%
G=35.78%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919010200.210.570.0638.5481.0766.86
HexEFBE66015396275143
Octal35727614602571647121103
Binary1110111110111110110011001010111100111010011110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBE66; }

 p { color: rgb(239,190,102); }

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

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

 a { background-color: rgb(239,190,102); }

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

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

 span { border-color: rgb(239,190,102); }

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