#EEBD66

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

Shades of Harvest Gold #EEBD66

Tints of Harvest Gold #EEBD66

Color information

#EEBD66 (or 0xEEBD66) is unknown color: approx Harvest Gold. HEX triplet: EE, BD and 66. RGB value is (238,189,102). Sum of RGB (Red+Green+Blue) = 238+189+102=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 102 (40.23% from 255 or 19.28% from 529); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBD66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBD66 is #114299. Grayscale: #C2C2C2. Windows color (decimal): -1131162 or 6733294. OLE color: 6733294.

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

Color convert

RGB238189102-
CMYK00.210.570.07
HSL38.38º80%66.67%-
HSV(B)38.38º57.14%93.33%-
XYZ55.8655.5320.35-
YUV193.7376.23159.57-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.99%
GREEN value IS 189 (74.22% from 255) = 35.73%
BLUE value IS 102 (40.23% from 255) = 19.28%
R=44.99%
G=35.73%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818910200.210.570.0738.388066.67
HexEEBD66015397265043
Octal35627514602571746120103
Binary1110111010111101110011001010111100111110011010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBD66; }

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

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

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

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

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

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

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

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