Html Css Color HEX #EAB76A Harvest Gold

📋 copy color: '#EAB76A'

red 234 ◦ green 183 ◦ blue 106

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

Shades of Harvest Gold #EAB76A

Tints of Harvest Gold #EAB76A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.99%

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

R = 44.74%
G = 34.99%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EAB76A (or 0xEAB76A) is known color: Harvest Gold. HEX triplet: EA, B7 and 6A. RGB value is (234,183,106). Sum of RGB (Red+Green+Blue) = 234+183+106=523 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.74% from 523); Green value is 183 (71.88% from 255 or 34.99% from 523); Blue value is 106 (41.80% from 255 or 20.27% from 523); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB76A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB76A is #154895. Grayscale: #BDBDBD. Windows color (decimal): -1394838 or 6993898. OLE color: 6993898.

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

Color convert

RGB 234 183 106 -
CMYK 0 0.22 0.55 0.08
HSL 36.09º 0.75% 0.67% -
HSV(B) 36.09º 0.55% 0.92% -
XYZ 53.47 52.4 20.93 -
YUV 189.47 80.9 159.76 -
System Red Green Blue C M Y K H S L
Decimal 234 183 106 0 0.22 0.55 0.08 36.09 0.75 0.67
Hex EA B7 6A 0 16 37 8 24 4B 43
Octal 352 267 152 0 26 67 10 44 113 103
Binary 11101010 10110111 1101010 0 10110 110111 1000 100100 1001011 1000011

Color Harmonies of #EAB76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB76A

Black with #EAB76A

Text Example


Text Example

White with #EAB76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB76A; }

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

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

background-color css

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

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

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

border-color css

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

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

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