Html Css Color HEX #EABB6C Harvest Gold

📋 copy color: '#EABB6C'

red 234 ◦ green 187 ◦ blue 108

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

Shades of Harvest Gold #EABB6C

Tints of Harvest Gold #EABB6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.42%

R = 44.23%
G = 35.35%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EABB6C (or 0xEABB6C) is known color: Harvest Gold. HEX triplet: EA, BB and 6C. RGB value is (234,187,108). Sum of RGB (Red+Green+Blue) = 234+187+108=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 108 (42.58% from 255 or 20.42% from 529); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABB6C is #154493. Grayscale: #C0C0C0. Windows color (decimal): -1393812 or 7125994. OLE color: 7125994.

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

Color convert

RGB 234 187 108 -
CMYK 0 0.20 0.54 0.08
HSL 37.62º 0.75% 0.67% -
HSV(B) 37.62º 0.54% 0.92% -
XYZ 54.41 54.12 21.77 -
YUV 192.05 80.57 157.92 -
System Red Green Blue C M Y K H S L
Decimal 234 187 108 0 0.20 0.54 0.08 37.62 0.75 0.67
Hex EA BB 6C 0 14 36 8 26 4B 43
Octal 352 273 154 0 24 66 10 46 113 103
Binary 11101010 10111011 1101100 0 10100 110110 1000 100110 1001011 1000011

Color Harmonies of #EABB6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABB6C

Black with #EABB6C

Text Example


Text Example

White with #EABB6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABB6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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