Html Css Color HEX #EEC170 Harvest Gold

📋 copy color: '#EEC170'

red 238 ◦ green 193 ◦ blue 112

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

Shades of Harvest Gold #EEC170

Tints of Harvest Gold #EEC170

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.54%

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

R = 43.83%
G = 35.54%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EEC170 (or 0xEEC170) is known color: Harvest Gold. HEX triplet: EE, C1 and 70. RGB value is (238,193,112). Sum of RGB (Red+Green+Blue) = 238+193+112=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 193 (75.78% from 255 or 35.54% from 543); Blue value is 112 (44.14% from 255 or 20.63% from 543); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC170 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC170 is #113E8F. Grayscale: #C5C5C5. Windows color (decimal): -1130128 or 7389678. OLE color: 7389678.

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

Color convert

RGB 238 193 112 -
CMYK 0 0.19 0.53 0.07
HSL 38.57º 0.79% 0.69% -
HSV(B) 38.57º 0.53% 0.93% -
XYZ 57.25 57.49 23.41 -
YUV 197.22 79.91 157.09 -
System Red Green Blue C M Y K H S L
Decimal 238 193 112 0 0.19 0.53 0.07 38.57 0.79 0.69
Hex EE C1 70 0 13 35 7 27 4F 45
Octal 356 301 160 0 23 65 7 47 117 105
Binary 11101110 11000001 1110000 0 10011 110101 111 100111 1001111 1000101

Color Harmonies of #EEC170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC170

Black with #EEC170

Text Example


Text Example

White with #EEC170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC170; }

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

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

background-color css

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

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

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

border-color css

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

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

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