#E1D992

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

Shades of Primrose #E1D992

Tints of Primrose #E1D992

Color information

#E1D992 (or 0xE1D992) is unknown color: approx Primrose. HEX triplet: E1, D9 and 92. RGB value is (225,217,146). Sum of RGB (Red+Green+Blue) = 225+217+146=588 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.27% from 588); Green value is 217 (85.16% from 255 or 36.90% from 588); Blue value is 146 (57.42% from 255 or 24.83% from 588); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D992 is #1E266D. Grayscale: #D3D3D3. Windows color (decimal): -1975918 or 9624033. OLE color: 9624033.

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

Color convert

RGB225217146-
CMYK00.040.350.12
HSL53.92º56.83%72.75%-
HSV(B)53.92º35.11%88.24%-
XYZ61.0567.7137.05-
YUV211.391.15137.77-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.27%
GREEN value IS 217 (85.16% from 255) = 36.90%
BLUE value IS 146 (57.42% from 255) = 24.83%
R=38.27%
G=36.90%
B=24.83%

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
Decimal22521714600.040.350.1253.9256.8372.75
HexE1D9920423C363949
Octal3413312220443146671111
Binary111000011101100110010010010010001111001101101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D992; }

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

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

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

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

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

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

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

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