Html Css Color HEX #E1B26E Harvest Gold

📋 copy color: '#E1B26E'

red 225 ◦ green 178 ◦ blue 110

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

Shades of Harvest Gold #E1B26E

Tints of Harvest Gold #E1B26E

RGB

 RED value IS 225 (88.28% from 255) = 43.86%

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

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

R = 43.86%
G = 34.7%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E1B26E (or 0xE1B26E) is known color: Harvest Gold. HEX triplet: E1, B2 and 6E. RGB value is (225,178,110). Sum of RGB (Red+Green+Blue) = 225+178+110=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 110 (43.36% from 255 or 21.44% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B26E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1B26E is #1E4D91. Grayscale: #B8B8B8. Windows color (decimal): -1985938 or 7254753. OLE color: 7254753.

HSL color Cylindrical-coordinate representation of color #E1B26E: hue angle of 35.48º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E1B26E is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 178 110 -
CMYK 0 0.21 0.51 0.12
HSL 35.48º 0.66% 0.66% -
HSV(B) 35.48º 0.51% 0.88% -
XYZ 49.79 48.97 21.58 -
YUV 184.3 86.07 157.03 -
System Red Green Blue C M Y K H S L
Decimal 225 178 110 0 0.21 0.51 0.12 35.48 0.66 0.66
Hex E1 B2 6E 0 15 33 C 23 42 42
Octal 341 262 156 0 25 63 14 43 102 102
Binary 11100001 10110010 1101110 0 10101 110011 1100 100011 1000010 1000010

Color Harmonies of #E1B26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B26E

Black with #E1B26E

Text Example


Text Example

White with #E1B26E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B26E; }

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

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

background-color css

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

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

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

border-color css

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

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

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