Html Css Color HEX #EEB570 Harvest Gold

📋 copy color: '#EEB570'

red 238 ◦ green 181 ◦ blue 112

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

Shades of Harvest Gold #EEB570

Tints of Harvest Gold #EEB570

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.09%

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

R = 44.82%
G = 34.09%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EEB570 (or 0xEEB570) is known color: Harvest Gold. HEX triplet: EE, B5 and 70. RGB value is (238,181,112). Sum of RGB (Red+Green+Blue) = 238+181+112=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 181 (71.09% from 255 or 34.09% from 531); Blue value is 112 (44.14% from 255 or 21.09% from 531); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB570 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB570 is #114A8F. Grayscale: #BEBEBE. Windows color (decimal): -1133200 or 7386606. OLE color: 7386606.

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

Color convert

RGB 238 181 112 -
CMYK 0 0.24 0.53 0.07
HSL 32.86º 0.79% 0.69% -
HSV(B) 32.86º 0.53% 0.93% -
XYZ 54.71 52.39 22.56 -
YUV 190.18 83.88 162.11 -
System Red Green Blue C M Y K H S L
Decimal 238 181 112 0 0.24 0.53 0.07 32.86 0.79 0.69
Hex EE B5 70 0 18 35 7 21 4F 45
Octal 356 265 160 0 30 65 7 41 117 105
Binary 11101110 10110101 1110000 0 11000 110101 111 100001 1001111 1000101

Color Harmonies of #EEB570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB570

Black with #EEB570

Text Example


Text Example

White with #EEB570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB570; }

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

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

background-color css

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

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

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

border-color css

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

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

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