#E1E399

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

Shades of Primrose #E1E399

Tints of Primrose #E1E399

Color information

#E1E399 (or 0xE1E399) is unknown color: approx Primrose. HEX triplet: E1, E3 and 99. RGB value is (225,227,153). Sum of RGB (Red+Green+Blue) = 225+227+153=605 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.19% from 605); Green value is 227 (89.06% from 255 or 37.52% from 605); Blue value is 153 (60.16% from 255 or 25.29% from 605); Max value from RGB is 227 - color contains mainly: green. Hex color #E1E399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E399 is #1E1C66. Grayscale: #DADADA. Windows color (decimal): -1973351 or 10085345. OLE color: 10085345.

HSL color Cylindrical-coordinate representation of color #E1E399: hue angle of 61.62º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E1E399 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB225227153-
CMYK0.0100.330.11
HSL61.62º56.92%74.51%-
HSV(B)61.62º32.6%89.02%-
XYZ64.2773.2540.89-
YUV217.9791.34133.02-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.19%
GREEN value IS 227 (89.06% from 255) = 37.52%
BLUE value IS 153 (60.16% from 255) = 25.29%
R=37.19%
G=37.52%
B=25.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2252271530.0100.330.1161.6256.9274.51
HexE1E3991021B3e394b
Octal3413432311041137671113
Binary1110000111100011100110011010000110111111101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E399; }

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

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

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

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

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

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

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

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