Html Css Color HEX #EAB06A Harvest Gold

📋 copy color: '#EAB06A'

red 234 ◦ green 176 ◦ blue 106

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

Shades of Harvest Gold #EAB06A

Tints of Harvest Gold #EAB06A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.11%

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

R = 45.35%
G = 34.11%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EAB06A (or 0xEAB06A) is known color: Harvest Gold. HEX triplet: EA, B0 and 6A. RGB value is (234,176,106). Sum of RGB (Red+Green+Blue) = 234+176+106=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 106 (41.80% from 255 or 20.54% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB06A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB06A is #154F95. Grayscale: #B9B9B9. Windows color (decimal): -1396630 or 6992106. OLE color: 6992106.

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

Color convert

RGB 234 176 106 -
CMYK 0 0.25 0.55 0.08
HSL 32.81º 0.75% 0.67% -
HSV(B) 32.81º 0.55% 0.92% -
XYZ 52.06 49.58 20.46 -
YUV 185.36 83.22 162.69 -
System Red Green Blue C M Y K H S L
Decimal 234 176 106 0 0.25 0.55 0.08 32.81 0.75 0.67
Hex EA B0 6A 0 19 37 8 21 4B 43
Octal 352 260 152 0 31 67 10 41 113 103
Binary 11101010 10110000 1101010 0 11001 110111 1000 100001 1001011 1000011

Color Harmonies of #EAB06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB06A

Black with #EAB06A

Text Example


Text Example

White with #EAB06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB06A; }

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

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

background-color css

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

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

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

border-color css

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

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

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