Html Css Color HEX #EABB75 Harvest Gold

📋 copy color: '#EABB75'

red 234 ◦ green 187 ◦ blue 117

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

Shades of Harvest Gold #EABB75

Tints of Harvest Gold #EABB75

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.76%

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

R = 43.49%
G = 34.76%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.5

 K value IS 0.08

RGB Variations

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

Color information

#EABB75 (or 0xEABB75) is known color: Harvest Gold. HEX triplet: EA, BB and 75. RGB value is (234,187,117). Sum of RGB (Red+Green+Blue) = 234+187+117=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 187 (73.44% from 255 or 34.76% from 538); Blue value is 117 (46.09% from 255 or 21.75% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABB75 is #15448A. Grayscale: #C1C1C1. Windows color (decimal): -1393803 or 7715818. OLE color: 7715818.

HSL color Cylindrical-coordinate representation of color #EABB75: hue angle of 35.9º 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 #EABB75 is Cyan = 0, Magento = 0.20, Yellow = 0.5 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 187 117 -
CMYK 0 0.20 0.5 0.08
HSL 35.9º 0.74% 0.69% -
HSV(B) 35.9º 0.5% 0.92% -
XYZ 54.91 54.32 24.42 -
YUV 193.07 85.07 157.19 -
System Red Green Blue C M Y K H S L
Decimal 234 187 117 0 0.20 0.5 0.08 35.9 0.74 0.69
Hex EA BB 75 0 14 32 8 24 4A 45
Octal 352 273 165 0 24 62 10 44 112 105
Binary 11101010 10111011 1110101 0 10100 110010 1000 100100 1001010 1000101

Color Harmonies of #EABB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABB75

Black with #EABB75

Text Example


Text Example

White with #EABB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABB75; }

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

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

background-color css

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

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

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

border-color css

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

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

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