#E1D988

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

Shades of Primrose #E1D988

Tints of Primrose #E1D988

Color information

#E1D988 (or 0xE1D988) is unknown color: approx Primrose. HEX triplet: E1, D9 and 88. RGB value is (225,217,136). Sum of RGB (Red+Green+Blue) = 225+217+136=578 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.93% from 578); Green value is 217 (85.16% from 255 or 37.54% from 578); Blue value is 136 (53.52% from 255 or 23.53% from 578); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D988 is #1E2677. Grayscale: #D2D2D2. Windows color (decimal): -1975928 or 8968673. OLE color: 8968673.

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

Color convert

RGB225217136-
CMYK00.040.400.12
HSL54.61º59.73%70.78%-
HSV(B)54.61º39.56%88.24%-
XYZ60.3167.4133.13-
YUV210.1686.15138.59-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.93%
GREEN value IS 217 (85.16% from 255) = 37.54%
BLUE value IS 136 (53.52% from 255) = 23.53%
R=38.93%
G=37.54%
B=23.53%

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
Decimal22521713600.040.400.1254.6159.7370.78
HexE1D9880428C373c47
Octal3413312100450146774107
Binary111000011101100110001000010010100011001101111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D988; }

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

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

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

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

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

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

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

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