Html Css Color HEX #EAB26E Harvest Gold

📋 copy color: '#EAB26E'

red 234 ◦ green 178 ◦ blue 110

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

Shades of Harvest Gold #EAB26E

Tints of Harvest Gold #EAB26E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.1%

 BLUE value IS 110 (43.36% from 255) = 21.07%

R = 44.83%
G = 34.1%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EAB26E (or 0xEAB26E) is known color: Harvest Gold. HEX triplet: EA, B2 and 6E. RGB value is (234,178,110). Sum of RGB (Red+Green+Blue) = 234+178+110=522 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.83% from 522); Green value is 178 (69.92% from 255 or 34.10% from 522); Blue value is 110 (43.36% from 255 or 21.07% from 522); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB26E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB26E is #154D91. Grayscale: #BBBBBB. Windows color (decimal): -1396114 or 7254762. OLE color: 7254762.

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

Color convert

RGB 234 178 110 -
CMYK 0 0.24 0.53 0.08
HSL 32.9º 0.75% 0.67% -
HSV(B) 32.9º 0.53% 0.92% -
XYZ 52.67 50.46 21.72 -
YUV 186.99 84.55 161.53 -
System Red Green Blue C M Y K H S L
Decimal 234 178 110 0 0.24 0.53 0.08 32.9 0.75 0.67
Hex EA B2 6E 0 18 35 8 21 4B 43
Octal 352 262 156 0 30 65 10 41 113 103
Binary 11101010 10110010 1101110 0 11000 110101 1000 100001 1001011 1000011

Color Harmonies of #EAB26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB26E

Black with #EAB26E

Text Example


Text Example

White with #EAB26E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB26E; }

 p { color: rgb(234,178,110); }

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

background-color css

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

 a { background-color: rgb(234,178,110); }

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

border-color css

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

 span { border-color: rgb(234,178,110); }

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