Html Css Color HEX #E1B16D Harvest Gold

📋 copy color: '#E1B16D'

red 225 ◦ green 177 ◦ blue 109

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

Shades of Harvest Gold #E1B16D

Tints of Harvest Gold #E1B16D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.64%

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

R = 44.03%
G = 34.64%
B = 21.33%

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

#E1B16D (or 0xE1B16D) is known color: Harvest Gold. HEX triplet: E1, B1 and 6D. RGB value is (225,177,109). Sum of RGB (Red+Green+Blue) = 225+177+109=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 177 (69.53% from 255 or 34.64% from 511); Blue value is 109 (42.97% from 255 or 21.33% from 511); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B16D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1B16D is #1E4E92. Grayscale: #B7B7B7. Windows color (decimal): -1986195 or 7188961. OLE color: 7188961.

HSL color Cylindrical-coordinate representation of color #E1B16D: hue angle of 35.17º 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 #E1B16D is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 177 109 -
CMYK 0 0.21 0.52 0.12
HSL 35.17º 0.66% 0.65% -
HSV(B) 35.17º 0.52% 0.88% -
XYZ 49.53 48.56 21.23 -
YUV 183.6 85.9 157.53 -
System Red Green Blue C M Y K H S L
Decimal 225 177 109 0 0.21 0.52 0.12 35.17 0.66 0.65
Hex E1 B1 6D 0 15 34 C 23 42 41
Octal 341 261 155 0 25 64 14 43 102 101
Binary 11100001 10110001 1101101 0 10101 110100 1100 100011 1000010 1000001

Color Harmonies of #E1B16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B16D

Black with #E1B16D

Text Example


Text Example

White with #E1B16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B16D; }

 p { color: rgb(225,177,109); }

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

background-color css

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

 a { background-color: rgb(225,177,109); }

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

border-color css

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

 span { border-color: rgb(225,177,109); }

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