Html Css Color HEX #EAB275 Harvest Gold

📋 copy color: '#EAB275'

red 234 ◦ green 178 ◦ blue 117

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

Shades of Harvest Gold #EAB275

Tints of Harvest Gold #EAB275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.12%

R = 44.23%
G = 33.65%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.5

 K value IS 0.08

RGB Variations

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

Color information

#EAB275 (or 0xEAB275) is known color: Harvest Gold. HEX triplet: EA, B2 and 75. RGB value is (234,178,117). Sum of RGB (Red+Green+Blue) = 234+178+117=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 117 (46.09% from 255 or 22.12% from 529); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB275 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB275 is #154D8A. Grayscale: #BCBCBC. Windows color (decimal): -1396107 or 7713514. OLE color: 7713514.

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

Color convert

RGB 234 178 117 -
CMYK 0 0.24 0.5 0.08
HSL 31.28º 0.74% 0.69% -
HSV(B) 31.28º 0.5% 0.92% -
XYZ 53.06 50.62 23.8 -
YUV 187.79 88.05 160.96 -
System Red Green Blue C M Y K H S L
Decimal 234 178 117 0 0.24 0.5 0.08 31.28 0.74 0.69
Hex EA B2 75 0 18 32 8 1F 4A 45
Octal 352 262 165 0 30 62 10 37 112 105
Binary 11101010 10110010 1110101 0 11000 110010 1000 11111 1001010 1000101

Color Harmonies of #EAB275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB275

Black with #EAB275

Text Example


Text Example

White with #EAB275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB275; }

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

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

background-color css

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

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

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

border-color css

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

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

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