#E1E099

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

Shades of Primrose #E1E099

Tints of Primrose #E1E099

Color information

#E1E099 (or 0xE1E099) is unknown color: approx Primrose. HEX triplet: E1, E0 and 99. RGB value is (225,224,153). Sum of RGB (Red+Green+Blue) = 225+224+153=602 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.38% from 602); Green value is 224 (87.89% from 255 or 37.21% from 602); Blue value is 153 (60.16% from 255 or 25.42% from 602); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E099 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E099 is #1E1F66. Grayscale: #D8D8D8. Windows color (decimal): -1974119 or 10084577. OLE color: 10084577.

HSL color Cylindrical-coordinate representation of color #E1E099: hue angle of 59.17º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E1E099 is Cyan = 0, Magento = 0.00, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB225224153-
CMYK00.000.320.12
HSL59.17º54.55%74.12%-
HSV(B)59.17º32%88.24%-
XYZ63.4671.6240.62-
YUV216.292.33134.27-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.38%
GREEN value IS 224 (87.89% from 255) = 37.21%
BLUE value IS 153 (60.16% from 255) = 25.42%
R=37.38%
G=37.21%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522415300.000.320.1259.1754.5574.12
HexE1E0990020C3b374a
Octal3413402310040147367112
Binary1110000111100000100110010010000011001110111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E099; }

 p { color: rgb(225,224,153); }

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

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

 a { background-color: rgb(225,224,153); }

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

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

 span { border-color: rgb(225,224,153); }

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