Html Css Color HEX #EEB66C Harvest Gold

📋 copy color: '#EEB66C'

red 238 ◦ green 182 ◦ blue 108

#EEB66C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harvest Gold #EEB66C

Tints of Harvest Gold #EEB66C

RGB

 RED value IS 238 (93.36% from 255) = 45.08%

 GREEN value IS 182 (71.48% from 255) = 34.47%

 BLUE value IS 108 (42.58% from 255) = 20.45%

R = 45.08%
G = 34.47%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EEB66C (or 0xEEB66C) is known color: Harvest Gold. HEX triplet: EE, B6 and 6C. RGB value is (238,182,108). Sum of RGB (Red+Green+Blue) = 238+182+108=528 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.08% from 528); Green value is 182 (71.48% from 255 or 34.47% from 528); Blue value is 108 (42.58% from 255 or 20.45% from 528); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB66C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB66C is #114993. Grayscale: #BEBEBE. Windows color (decimal): -1132948 or 7124718. OLE color: 7124718.

HSL color Cylindrical-coordinate representation of color #EEB66C: hue angle of 34.15º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EEB66C is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 182 108 -
CMYK 0 0.24 0.55 0.07
HSL 34.15º 0.79% 0.68% -
HSV(B) 34.15º 0.55% 0.93% -
XYZ 54.69 52.72 21.48 -
YUV 190.31 81.55 162.02 -
System Red Green Blue C M Y K H S L
Decimal 238 182 108 0 0.24 0.55 0.07 34.15 0.79 0.68
Hex EE B6 6C 0 18 37 7 22 4F 44
Octal 356 266 154 0 30 67 7 42 117 104
Binary 11101110 10110110 1101100 0 11000 110111 111 100010 1001111 1000100

Color Harmonies of #EEB66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB66C

Black with #EEB66C

Text Example


Text Example

White with #EEB66C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB66C; }

 p { color: rgb(238,182,108); }

 H1.HeaderClassName
 {
   color: #EEB66C;
 }
 .AnyTagClassName
 {
   color: #EEB66C;
 }
</style>

background-color css

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

 a { background-color: rgb(238,182,108); }

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

border-color css

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

 span { border-color: rgb(238,182,108); }

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