Html Css Color HEX #EABB6D Harvest Gold

📋 copy color: '#EABB6D'

red 234 ◦ green 187 ◦ blue 109

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

Shades of Harvest Gold #EABB6D

Tints of Harvest Gold #EABB6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.57%

R = 44.15%
G = 35.28%
B = 20.57%

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

#EABB6D (or 0xEABB6D) is known color: Harvest Gold. HEX triplet: EA, BB and 6D. RGB value is (234,187,109). Sum of RGB (Red+Green+Blue) = 234+187+109=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 109 (42.97% from 255 or 20.57% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABB6D is #154492. Grayscale: #C0C0C0. Windows color (decimal): -1393811 or 7191530. OLE color: 7191530.

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

Color convert

RGB 234 187 109 -
CMYK 0 0.20 0.53 0.08
HSL 37.44º 0.75% 0.67% -
HSV(B) 37.44º 0.53% 0.92% -
XYZ 54.46 54.14 22.05 -
YUV 192.16 81.07 157.84 -
System Red Green Blue C M Y K H S L
Decimal 234 187 109 0 0.20 0.53 0.08 37.44 0.75 0.67
Hex EA BB 6D 0 14 35 8 25 4B 43
Octal 352 273 155 0 24 65 10 45 113 103
Binary 11101010 10111011 1101101 0 10100 110101 1000 100101 1001011 1000011

Color Harmonies of #EABB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABB6D

Black with #EABB6D

Text Example


Text Example

White with #EABB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABB6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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