Html Css Color HEX #EAB26D Harvest Gold

📋 copy color: '#EAB26D'

red 234 ◦ green 178 ◦ blue 109

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

Shades of Harvest Gold #EAB26D

Tints of Harvest Gold #EAB26D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.92%

R = 44.91%
G = 34.17%
B = 20.92%

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

#EAB26D (or 0xEAB26D) is known color: Harvest Gold. HEX triplet: EA, B2 and 6D. RGB value is (234,178,109). Sum of RGB (Red+Green+Blue) = 234+178+109=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 178 (69.92% from 255 or 34.17% from 521); Blue value is 109 (42.97% from 255 or 20.92% from 521); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB26D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB26D is #154D92. Grayscale: #BBBBBB. Windows color (decimal): -1396115 or 7189226. OLE color: 7189226.

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

Color convert

RGB 234 178 109 -
CMYK 0 0.24 0.53 0.08
HSL 33.12º 0.75% 0.67% -
HSV(B) 33.12º 0.53% 0.92% -
XYZ 52.61 50.44 21.43 -
YUV 186.88 84.05 161.61 -
System Red Green Blue C M Y K H S L
Decimal 234 178 109 0 0.24 0.53 0.08 33.12 0.75 0.67
Hex EA B2 6D 0 18 35 8 21 4B 43
Octal 352 262 155 0 30 65 10 41 113 103
Binary 11101010 10110010 1101101 0 11000 110101 1000 100001 1001011 1000011

Color Harmonies of #EAB26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB26D

Black with #EAB26D

Text Example


Text Example

White with #EAB26D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB26D; }

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

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

background-color css

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

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

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

border-color css

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

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

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