Html Css Color HEX #E1B26C Harvest Gold

📋 copy color: '#E1B26C'

red 225 ◦ green 178 ◦ blue 108

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

Shades of Harvest Gold #E1B26C

Tints of Harvest Gold #E1B26C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.14%

R = 44.03%
G = 34.83%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1B26C (or 0xE1B26C) is known color: Harvest Gold. HEX triplet: E1, B2 and 6C. RGB value is (225,178,108). Sum of RGB (Red+Green+Blue) = 225+178+108=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 178 (69.92% from 255 or 34.83% from 511); Blue value is 108 (42.58% from 255 or 21.14% from 511); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B26C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1B26C is #1E4D93. Grayscale: #B8B8B8. Windows color (decimal): -1985940 or 7123681. OLE color: 7123681.

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

Color convert

RGB 225 178 108 -
CMYK 0 0.21 0.52 0.12
HSL 35.9º 0.66% 0.65% -
HSV(B) 35.9º 0.52% 0.88% -
XYZ 49.68 48.93 21.01 -
YUV 184.07 85.07 157.19 -
System Red Green Blue C M Y K H S L
Decimal 225 178 108 0 0.21 0.52 0.12 35.9 0.66 0.65
Hex E1 B2 6C 0 15 34 C 24 42 41
Octal 341 262 154 0 25 64 14 44 102 101
Binary 11100001 10110010 1101100 0 10101 110100 1100 100100 1000010 1000001

Color Harmonies of #E1B26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B26C

Black with #E1B26C

Text Example


Text Example

White with #E1B26C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B26C; }

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

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

background-color css

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

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

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

border-color css

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

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

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