Html Css Color HEX #EAB65E Harvest Gold

📋 copy color: '#EAB65E'

red 234 ◦ green 182 ◦ blue 94

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

Shades of Harvest Gold #EAB65E

Tints of Harvest Gold #EAB65E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.69%

 BLUE value IS 94 (37.11% from 255) = 18.43%

R = 45.88%
G = 35.69%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EAB65E (or 0xEAB65E) is known color: Harvest Gold. HEX triplet: EA, B6 and 5E. RGB value is (234,182,94). Sum of RGB (Red+Green+Blue) = 234+182+94=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 182 (71.48% from 255 or 35.69% from 510); Blue value is 94 (37.11% from 255 or 18.43% from 510); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB65E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB65E is #1549A1. Grayscale: #BBBBBB. Windows color (decimal): -1395106 or 6207210. OLE color: 6207210.

HSL color Cylindrical-coordinate representation of color #EAB65E: hue angle of 37.71º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EAB65E is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 182 94 -
CMYK 0 0.22 0.60 0.08
HSL 37.71º 0.77% 0.64% -
HSV(B) 37.71º 0.6% 0.92% -
XYZ 52.68 51.76 17.8 -
YUV 187.52 75.23 161.16 -
System Red Green Blue C M Y K H S L
Decimal 234 182 94 0 0.22 0.60 0.08 37.71 0.77 0.64
Hex EA B6 5E 0 16 3C 8 26 4D 40
Octal 352 266 136 0 26 74 10 46 115 100
Binary 11101010 10110110 1011110 0 10110 111100 1000 100110 1001101 1000000

Color Harmonies of #EAB65E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB65E

Black with #EAB65E

Text Example


Text Example

White with #EAB65E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB65E; }

 p { color: rgb(234,182,94); }

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

background-color css

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

 a { background-color: rgb(234,182,94); }

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

border-color css

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

 span { border-color: rgb(234,182,94); }

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