#E1D888

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

Shades of Primrose #E1D888

Tints of Primrose #E1D888

Color information

#E1D888 (or 0xE1D888) is unknown color: approx Primrose. HEX triplet: E1, D8 and 88. RGB value is (225,216,136). Sum of RGB (Red+Green+Blue) = 225+216+136=577 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.99% from 577); Green value is 216 (84.77% from 255 or 37.44% from 577); Blue value is 136 (53.52% from 255 or 23.57% from 577); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D888 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D888 is #1E2777. Grayscale: #D1D1D1. Windows color (decimal): -1976184 or 8968417. OLE color: 8968417.

HSL color Cylindrical-coordinate representation of color #E1D888: hue angle of 53.93º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E1D888 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB225216136-
CMYK00.040.400.12
HSL53.93º59.73%70.78%-
HSV(B)53.93º39.56%88.24%-
XYZ60.0566.933.04-
YUV209.5786.48139-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.99%
GREEN value IS 216 (84.77% from 255) = 37.44%
BLUE value IS 136 (53.52% from 255) = 23.57%
R=38.99%
G=37.44%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521613600.040.400.1253.9359.7370.78
HexE1D8880428C363c47
Octal3413302100450146674107
Binary111000011101100010001000010010100011001101101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D888; }

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

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

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

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

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

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

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

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