Html Css Color HEX #EEC370 Harvest Gold

📋 copy color: '#EEC370'

red 238 ◦ green 195 ◦ blue 112

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

Shades of Harvest Gold #EEC370

Tints of Harvest Gold #EEC370

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.78%

 BLUE value IS 112 (44.14% from 255) = 20.55%

R = 43.67%
G = 35.78%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EEC370 (or 0xEEC370) is known color: Harvest Gold. HEX triplet: EE, C3 and 70. RGB value is (238,195,112). Sum of RGB (Red+Green+Blue) = 238+195+112=545 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.67% from 545); Green value is 195 (76.56% from 255 or 35.78% from 545); Blue value is 112 (44.14% from 255 or 20.55% from 545); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC370 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC370 is #113C8F. Grayscale: #C6C6C6. Windows color (decimal): -1129616 or 7390190. OLE color: 7390190.

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

Color convert

RGB 238 195 112 -
CMYK 0 0.18 0.53 0.07
HSL 39.52º 0.79% 0.69% -
HSV(B) 39.52º 0.53% 0.93% -
XYZ 57.7 58.38 23.56 -
YUV 198.4 79.25 156.25 -
System Red Green Blue C M Y K H S L
Decimal 238 195 112 0 0.18 0.53 0.07 39.52 0.79 0.69
Hex EE C3 70 0 12 35 7 28 4F 45
Octal 356 303 160 0 22 65 7 50 117 105
Binary 11101110 11000011 1110000 0 10010 110101 111 101000 1001111 1000101

Color Harmonies of #EEC370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC370

Black with #EEC370

Text Example


Text Example

White with #EEC370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC370; }

 p { color: rgb(238,195,112); }

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

background-color css

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

 a { background-color: rgb(238,195,112); }

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

border-color css

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

 span { border-color: rgb(238,195,112); }

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