#E1D892

Color #E1D892 Primrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Primrose #E1D892

Tints of Primrose #E1D892

Color information

#E1D892 (or 0xE1D892) is unknown color: approx Primrose. HEX triplet: E1, D8 and 92. RGB value is (225,216,146). Sum of RGB (Red+Green+Blue) = 225+216+146=587 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.33% from 587); Green value is 216 (84.77% from 255 or 36.80% from 587); Blue value is 146 (57.42% from 255 or 24.87% from 587); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D892 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D892 is #1E276D. Grayscale: #D3D3D3. Windows color (decimal): -1976174 or 9623777. OLE color: 9623777.

HSL color Cylindrical-coordinate representation of color #E1D892: hue angle of 53.16º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E1D892 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB225216146-
CMYK00.040.350.12
HSL53.16º56.83%72.75%-
HSV(B)53.16º35.11%88.24%-
XYZ60.867.1936.96-
YUV210.7191.48138.19-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.33%
GREEN value IS 216 (84.77% from 255) = 36.80%
BLUE value IS 146 (57.42% from 255) = 24.87%
R=38.33%
G=36.80%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521614600.040.350.1253.1656.8372.75
HexE1D8920423C353949
Octal3413302220443146571111
Binary111000011101100010010010010010001111001101011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D892; }

 p { color: rgb(225,216,146); }

 H1.HeaderClassName
 {
   color: #E1D892;
 }
 .AnyTagClassName
 {
   color: #E1D892;
 }
</style>
background-color css

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

 a { background-color: rgb(225,216,146); }

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

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

 span { border-color: rgb(225,216,146); }

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