#EFBD66

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

Shades of Harvest Gold #EFBD66

Tints of Harvest Gold #EFBD66

Color information

#EFBD66 (or 0xEFBD66) is unknown color: approx Harvest Gold. HEX triplet: EF, BD and 66. RGB value is (239,189,102). Sum of RGB (Red+Green+Blue) = 239+189+102=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 102 (40.23% from 255 or 19.25% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBD66 is #104299. Grayscale: #C2C2C2. Windows color (decimal): -1065626 or 6733295. OLE color: 6733295.

HSL color Cylindrical-coordinate representation of color #EFBD66: hue angle of 38.1º 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 #EFBD66 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB239189102-
CMYK00.210.570.06
HSL38.1º81.07%66.86%-
HSV(B)38.1º57.32%93.73%-
XYZ56.1955.7120.36-
YUV194.0376.06160.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.09%
GREEN value IS 189 (74.22% from 255) = 35.66%
BLUE value IS 102 (40.23% from 255) = 19.25%
R=45.09%
G=35.66%
B=19.25%

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
Decimal23918910200.210.570.0638.181.0766.86
HexEFBD66015396265143
Octal35727514602571646121103
Binary1110111110111101110011001010111100111010011010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBD66; }

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

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

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

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

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

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

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

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