Html Css Color HEX #EABB6E Harvest Gold

📋 copy color: '#EABB6E'

red 234 ◦ green 187 ◦ blue 110

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

Shades of Harvest Gold #EABB6E

Tints of Harvest Gold #EABB6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.72%

R = 44.07%
G = 35.22%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EABB6E (or 0xEABB6E) is known color: Harvest Gold. HEX triplet: EA, BB and 6E. RGB value is (234,187,110). Sum of RGB (Red+Green+Blue) = 234+187+110=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 110 (43.36% from 255 or 20.72% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABB6E is #154491. Grayscale: #C0C0C0. Windows color (decimal): -1393810 or 7257066. OLE color: 7257066.

HSL color Cylindrical-coordinate representation of color #EABB6E: hue angle of 37.26º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EABB6E is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 187 110 -
CMYK 0 0.20 0.53 0.08
HSL 37.26º 0.75% 0.67% -
HSV(B) 37.26º 0.53% 0.92% -
XYZ 54.52 54.16 22.33 -
YUV 192.28 81.57 157.76 -
System Red Green Blue C M Y K H S L
Decimal 234 187 110 0 0.20 0.53 0.08 37.26 0.75 0.67
Hex EA BB 6E 0 14 35 8 25 4B 43
Octal 352 273 156 0 24 65 10 45 113 103
Binary 11101010 10111011 1101110 0 10100 110101 1000 100101 1001011 1000011

Color Harmonies of #EABB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABB6E

Black with #EABB6E

Text Example


Text Example

White with #EABB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABB6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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