Html Css Color HEX #EEC062 Harvest Gold

📋 copy color: '#EEC062'

red 238 ◦ green 192 ◦ blue 98

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

Shades of Harvest Gold #EEC062

Tints of Harvest Gold #EEC062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.56%

R = 45.08%
G = 36.36%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EEC062 (or 0xEEC062) is known color: Harvest Gold. HEX triplet: EE, C0 and 62. RGB value is (238,192,98). Sum of RGB (Red+Green+Blue) = 238+192+98=528 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.08% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 98 (38.67% from 255 or 18.56% from 528); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC062 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC062 is #113F9D. Grayscale: #C3C3C3. Windows color (decimal): -1130398 or 6471918. OLE color: 6471918.

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

Color convert

RGB 238 192 98 -
CMYK 0 0.19 0.59 0.07
HSL 40.29º 0.8% 0.66% -
HSV(B) 40.29º 0.59% 0.93% -
XYZ 56.31 56.76 19.54 -
YUV 195.04 73.24 158.64 -
System Red Green Blue C M Y K H S L
Decimal 238 192 98 0 0.19 0.59 0.07 40.29 0.8 0.66
Hex EE C0 62 0 13 3B 7 28 50 42
Octal 356 300 142 0 23 73 7 50 120 102
Binary 11101110 11000000 1100010 0 10011 111011 111 101000 1010000 1000010

Color Harmonies of #EEC062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC062

Black with #EEC062

Text Example


Text Example

White with #EEC062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC062; }

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

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

background-color css

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

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

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

border-color css

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

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

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