#E1E59C

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

Shades of Primrose #E1E59C

Tints of Primrose #E1E59C

Color information

#E1E59C (or 0xE1E59C) is unknown color: approx Primrose. HEX triplet: E1, E5 and 9C. RGB value is (225,229,156). Sum of RGB (Red+Green+Blue) = 225+229+156=610 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.89% from 610); Green value is 229 (89.84% from 255 or 37.54% from 610); Blue value is 156 (61.33% from 255 or 25.57% from 610); Max value from RGB is 229 - color contains mainly: green. Hex color #E1E59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E59C is #1E1A63. Grayscale: #DBDBDB. Windows color (decimal): -1972836 or 10282465. OLE color: 10282465.

HSL color Cylindrical-coordinate representation of color #E1E59C: hue angle of 63.29º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E1E59C is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB225229156-
CMYK0.0200.320.10
HSL63.29º58.4%75.49%-
HSV(B)63.29º31.88%89.8%-
XYZ65.0774.4542.39-
YUV219.4892.17131.94-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.89%
GREEN value IS 229 (89.84% from 255) = 37.54%
BLUE value IS 156 (61.33% from 255) = 25.57%
R=36.89%
G=37.54%
B=25.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2252291560.0200.320.1063.2958.475.49
HexE1E59C2020A3f3a4b
Octal3413452342040127772113
Binary11100001111001011001110010010000010101111111110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E59C; }

 p { color: rgb(225,229,156); }

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

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

 a { background-color: rgb(225,229,156); }

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

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

 span { border-color: rgb(225,229,156); }

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