Html Css Color HEX #E1B272 Harvest Gold

📋 copy color: '#E1B272'

red 225 ◦ green 178 ◦ blue 114

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

Shades of Harvest Gold #E1B272

Tints of Harvest Gold #E1B272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.05%

R = 43.52%
G = 34.43%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E1B272 (or 0xE1B272) is known color: Harvest Gold. HEX triplet: E1, B2 and 72. RGB value is (225,178,114). Sum of RGB (Red+Green+Blue) = 225+178+114=517 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.52% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 114 (44.92% from 255 or 22.05% from 517); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1B272 is #1E4D8D. Grayscale: #B9B9B9. Windows color (decimal): -1985934 or 7516897. OLE color: 7516897.

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

Color convert

RGB 225 178 114 -
CMYK 0 0.21 0.49 0.12
HSL 34.59º 0.65% 0.66% -
HSV(B) 34.59º 0.49% 0.88% -
XYZ 50.01 49.06 22.75 -
YUV 184.76 88.07 156.7 -
System Red Green Blue C M Y K H S L
Decimal 225 178 114 0 0.21 0.49 0.12 34.59 0.65 0.66
Hex E1 B2 72 0 15 31 C 23 41 42
Octal 341 262 162 0 25 61 14 43 101 102
Binary 11100001 10110010 1110010 0 10101 110001 1100 100011 1000001 1000010

Color Harmonies of #E1B272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B272

Black with #E1B272

Text Example


Text Example

White with #E1B272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B272; }

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

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

background-color css

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

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

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

border-color css

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

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

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