Html Css Color HEX #EEC075 Harvest Gold

📋 copy color: '#EEC075'

red 238 ◦ green 192 ◦ blue 117

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

Shades of Harvest Gold #EEC075

Tints of Harvest Gold #EEC075

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.1%

 BLUE value IS 117 (46.09% from 255) = 21.39%

R = 43.51%
G = 35.1%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EEC075 (or 0xEEC075) is known color: Harvest Gold. HEX triplet: EE, C0 and 75. RGB value is (238,192,117). Sum of RGB (Red+Green+Blue) = 238+192+117=547 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.51% from 547); Green value is 192 (75.39% from 255 or 35.10% from 547); Blue value is 117 (46.09% from 255 or 21.39% from 547); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC075 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC075 is #113F8A. Grayscale: #C5C5C5. Windows color (decimal): -1130379 or 7717102. OLE color: 7717102.

HSL color Cylindrical-coordinate representation of color #EEC075: hue angle of 37.19º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EEC075 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 192 117 -
CMYK 0 0.19 0.51 0.07
HSL 37.19º 0.78% 0.7% -
HSV(B) 37.19º 0.51% 0.93% -
XYZ 57.32 57.16 24.84 -
YUV 197.2 82.74 157.1 -
System Red Green Blue C M Y K H S L
Decimal 238 192 117 0 0.19 0.51 0.07 37.19 0.78 0.7
Hex EE C0 75 0 13 33 7 25 4E 46
Octal 356 300 165 0 23 63 7 45 116 106
Binary 11101110 11000000 1110101 0 10011 110011 111 100101 1001110 1000110

Color Harmonies of #EEC075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC075

Black with #EEC075

Text Example


Text Example

White with #EEC075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC075; }

 p { color: rgb(238,192,117); }

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

background-color css

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

 a { background-color: rgb(238,192,117); }

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

border-color css

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

 span { border-color: rgb(238,192,117); }

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