Html Css Color HEX #EAB270 Harvest Gold

📋 copy color: '#EAB270'

red 234 ◦ green 178 ◦ blue 112

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

Shades of Harvest Gold #EAB270

Tints of Harvest Gold #EAB270

RGB

 RED value IS 234 (91.8% from 255) = 44.66%

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

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

R = 44.66%
G = 33.97%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EAB270 (or 0xEAB270) is known color: Harvest Gold. HEX triplet: EA, B2 and 70. RGB value is (234,178,112). Sum of RGB (Red+Green+Blue) = 234+178+112=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 178 (69.92% from 255 or 33.97% from 524); Blue value is 112 (44.14% from 255 or 21.37% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB270 is #154D8F. Grayscale: #BBBBBB. Windows color (decimal): -1396112 or 7385834. OLE color: 7385834.

HSL color Cylindrical-coordinate representation of color #EAB270: hue angle of 32.46º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EAB270 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 178 112 -
CMYK 0 0.24 0.52 0.08
HSL 32.46º 0.74% 0.68% -
HSV(B) 32.46º 0.52% 0.92% -
XYZ 52.78 50.5 22.3 -
YUV 187.22 85.55 161.37 -
System Red Green Blue C M Y K H S L
Decimal 234 178 112 0 0.24 0.52 0.08 32.46 0.74 0.68
Hex EA B2 70 0 18 34 8 20 4A 44
Octal 352 262 160 0 30 64 10 40 112 104
Binary 11101010 10110010 1110000 0 11000 110100 1000 100000 1001010 1000100

Color Harmonies of #EAB270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB270

Black with #EAB270

Text Example


Text Example

White with #EAB270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB270; }

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

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

background-color css

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

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

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

border-color css

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

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

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