Html Css Color HEX #EEC372 Harvest Gold

📋 copy color: '#EEC372'

red 238 ◦ green 195 ◦ blue 114

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

Shades of Harvest Gold #EEC372

Tints of Harvest Gold #EEC372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.84%

R = 43.51%
G = 35.65%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EEC372 (or 0xEEC372) is known color: Harvest Gold. HEX triplet: EE, C3 and 72. RGB value is (238,195,114). Sum of RGB (Red+Green+Blue) = 238+195+114=547 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.51% from 547); Green value is 195 (76.56% from 255 or 35.65% from 547); Blue value is 114 (44.92% from 255 or 20.84% from 547); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC372 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC372 is #113C8D. Grayscale: #C6C6C6. Windows color (decimal): -1129614 or 7521262. OLE color: 7521262.

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

Color convert

RGB 238 195 114 -
CMYK 0 0.18 0.52 0.07
HSL 39.19º 0.78% 0.69% -
HSV(B) 39.19º 0.52% 0.93% -
XYZ 57.81 58.42 24.15 -
YUV 198.62 80.25 156.09 -
System Red Green Blue C M Y K H S L
Decimal 238 195 114 0 0.18 0.52 0.07 39.19 0.78 0.69
Hex EE C3 72 0 12 34 7 27 4E 45
Octal 356 303 162 0 22 64 7 47 116 105
Binary 11101110 11000011 1110010 0 10010 110100 111 100111 1001110 1000101

Color Harmonies of #EEC372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC372

Black with #EEC372

Text Example


Text Example

White with #EEC372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC372; }

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

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

background-color css

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

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

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

border-color css

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

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

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