#E1DE88

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

Shades of Primrose #E1DE88

Tints of Primrose #E1DE88

Color information

#E1DE88 (or 0xE1DE88) is unknown color: approx Primrose. HEX triplet: E1, DE and 88. RGB value is (225,222,136). Sum of RGB (Red+Green+Blue) = 225+222+136=583 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.59% from 583); Green value is 222 (87.11% from 255 or 38.08% from 583); Blue value is 136 (53.52% from 255 or 23.33% from 583); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DE88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DE88 is #1E2177. Grayscale: #D5D5D5. Windows color (decimal): -1974648 or 8969953. OLE color: 8969953.

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

Color convert

RGB225222136-
CMYK00.010.400.12
HSL57.98º59.73%70.78%-
HSV(B)57.98º39.56%88.24%-
XYZ61.6270.0333.56-
YUV213.0984.49136.49-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.59%
GREEN value IS 222 (87.11% from 255) = 38.08%
BLUE value IS 136 (53.52% from 255) = 23.33%
R=38.59%
G=38.08%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522213600.010.400.1257.9859.7370.78
HexE1DE880128C3a3c47
Octal3413362100150147274107
Binary1110000111011110100010000110100011001110101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DE88; }

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

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

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

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

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

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

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

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