Html Css Color HEX #EAB96A Harvest Gold

📋 copy color: '#EAB96A'

red 234 ◦ green 185 ◦ blue 106

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

Shades of Harvest Gold #EAB96A

Tints of Harvest Gold #EAB96A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.24%

 BLUE value IS 106 (41.8% from 255) = 20.19%

R = 44.57%
G = 35.24%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EAB96A (or 0xEAB96A) is known color: Harvest Gold. HEX triplet: EA, B9 and 6A. RGB value is (234,185,106). Sum of RGB (Red+Green+Blue) = 234+185+106=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 185 (72.66% from 255 or 35.24% from 525); Blue value is 106 (41.80% from 255 or 20.19% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB96A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB96A is #154695. Grayscale: #BFBFBF. Windows color (decimal): -1394326 or 6994410. OLE color: 6994410.

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

Color convert

RGB 234 185 106 -
CMYK 0 0.21 0.55 0.08
HSL 37.03º 0.75% 0.67% -
HSV(B) 37.03º 0.55% 0.92% -
XYZ 53.88 53.23 21.07 -
YUV 190.65 80.23 158.92 -
System Red Green Blue C M Y K H S L
Decimal 234 185 106 0 0.21 0.55 0.08 37.03 0.75 0.67
Hex EA B9 6A 0 15 37 8 25 4B 43
Octal 352 271 152 0 25 67 10 45 113 103
Binary 11101010 10111001 1101010 0 10101 110111 1000 100101 1001011 1000011

Color Harmonies of #EAB96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB96A

Black with #EAB96A

Text Example


Text Example

White with #EAB96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB96A; }

 p { color: rgb(234,185,106); }

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

background-color css

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

 a { background-color: rgb(234,185,106); }

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

border-color css

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

 span { border-color: rgb(234,185,106); }

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