Html Css Color HEX #EEC272 Harvest Gold

📋 copy color: '#EEC272'

red 238 ◦ green 194 ◦ blue 114

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

Shades of Harvest Gold #EEC272

Tints of Harvest Gold #EEC272

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.53%

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

R = 43.59%
G = 35.53%
B = 20.88%

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

#EEC272 (or 0xEEC272) is known color: Harvest Gold. HEX triplet: EE, C2 and 72. RGB value is (238,194,114). Sum of RGB (Red+Green+Blue) = 238+194+114=546 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.59% from 546); Green value is 194 (76.17% from 255 or 35.53% from 546); Blue value is 114 (44.92% from 255 or 20.88% from 546); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC272 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC272 is #113D8D. Grayscale: #C6C6C6. Windows color (decimal): -1129870 or 7521006. OLE color: 7521006.

HSL color Cylindrical-coordinate representation of color #EEC272: hue angle of 38.71º 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 #EEC272 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 194 114 -
CMYK 0 0.18 0.52 0.07
HSL 38.71º 0.78% 0.69% -
HSV(B) 38.71º 0.52% 0.93% -
XYZ 57.59 57.98 24.07 -
YUV 198.04 80.58 156.5 -
System Red Green Blue C M Y K H S L
Decimal 238 194 114 0 0.18 0.52 0.07 38.71 0.78 0.69
Hex EE C2 72 0 12 34 7 27 4E 45
Octal 356 302 162 0 22 64 7 47 116 105
Binary 11101110 11000010 1110010 0 10010 110100 111 100111 1001110 1000101

Color Harmonies of #EEC272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC272

Black with #EEC272

Text Example


Text Example

White with #EEC272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC272; }

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

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

background-color css

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

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

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

border-color css

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

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

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