Html Css Color HEX #EEC270 Harvest Gold

📋 copy color: '#EEC270'

red 238 ◦ green 194 ◦ blue 112

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

Shades of Harvest Gold #EEC270

Tints of Harvest Gold #EEC270

RGB

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

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

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

R = 43.75%
G = 35.66%
B = 20.59%

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

#EEC270 (or 0xEEC270) is known color: Harvest Gold. HEX triplet: EE, C2 and 70. RGB value is (238,194,112). Sum of RGB (Red+Green+Blue) = 238+194+112=544 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.75% from 544); Green value is 194 (76.17% from 255 or 35.66% from 544); Blue value is 112 (44.14% from 255 or 20.59% from 544); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC270 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC270 is #113D8F. Grayscale: #C6C6C6. Windows color (decimal): -1129872 or 7389934. OLE color: 7389934.

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

Color convert

RGB 238 194 112 -
CMYK 0 0.18 0.53 0.07
HSL 39.05º 0.79% 0.69% -
HSV(B) 39.05º 0.53% 0.93% -
XYZ 57.48 57.93 23.48 -
YUV 197.81 79.58 156.67 -
System Red Green Blue C M Y K H S L
Decimal 238 194 112 0 0.18 0.53 0.07 39.05 0.79 0.69
Hex EE C2 70 0 12 35 7 27 4F 45
Octal 356 302 160 0 22 65 7 47 117 105
Binary 11101110 11000010 1110000 0 10010 110101 111 100111 1001111 1000101

Color Harmonies of #EEC270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC270

Black with #EEC270

Text Example


Text Example

White with #EEC270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC270; }

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

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

background-color css

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

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

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

border-color css

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

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

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