Html Css Color HEX #EEB270 Harvest Gold

📋 copy color: '#EEB270'

red 238 ◦ green 178 ◦ blue 112

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

Shades of Harvest Gold #EEB270

Tints of Harvest Gold #EEB270

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.71%

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

R = 45.08%
G = 33.71%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EEB270 (or 0xEEB270) is known color: Harvest Gold. HEX triplet: EE, B2 and 70. RGB value is (238,178,112). Sum of RGB (Red+Green+Blue) = 238+178+112=528 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.08% from 528); Green value is 178 (69.92% from 255 or 33.71% from 528); Blue value is 112 (44.14% from 255 or 21.21% from 528); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB270 is #114D8F. Grayscale: #BCBCBC. Windows color (decimal): -1133968 or 7385838. OLE color: 7385838.

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

Color convert

RGB 238 178 112 -
CMYK 0 0.25 0.53 0.07
HSL 31.43º 0.79% 0.69% -
HSV(B) 31.43º 0.53% 0.93% -
XYZ 54.1 51.19 22.36 -
YUV 188.42 84.88 163.37 -
System Red Green Blue C M Y K H S L
Decimal 238 178 112 0 0.25 0.53 0.07 31.43 0.79 0.69
Hex EE B2 70 0 19 35 7 1F 4F 45
Octal 356 262 160 0 31 65 7 37 117 105
Binary 11101110 10110010 1110000 0 11001 110101 111 11111 1001111 1000101

Color Harmonies of #EEB270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB270

Black with #EEB270

Text Example


Text Example

White with #EEB270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB270; }

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

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

background-color css

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

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

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

border-color css

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

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

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