#E5E59D

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

Shades of Primrose #E5E59D

Tints of Primrose #E5E59D

Color information

#E5E59D (or 0xE5E59D) is unknown color: approx Primrose. HEX triplet: E5, E5 and 9D. RGB value is (229,229,157). Sum of RGB (Red+Green+Blue) = 229+229+157=615 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.24% from 615); Green value is 229 (89.84% from 255 or 37.24% from 615); Blue value is 157 (61.72% from 255 or 25.53% from 615); Max value from RGB is 229 - color contains mainly: red, green. Hex color #E5E59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5E59D is #1A1A62. Grayscale: #DDDDDD. Windows color (decimal): -1710691 or 10348005. OLE color: 10348005.

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

Color convert

RGB229229157-
CMYK000.310.10
HSL60º58.06%75.69%-
HSV(B)60º31.44%89.8%-
XYZ66.4275.1342.9-
YUV220.7992133.85-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.24%
GREEN value IS 229 (89.84% from 255) = 37.24%
BLUE value IS 157 (61.72% from 255) = 25.53%
R=37.24%
G=37.24%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229229157000.310.106058.0675.69
HexE5E59D001FA3c3a4c
Octal3453452350037127472114
Binary111001011110010110011101001111110101111001110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E59D; }

 p { color: rgb(229,229,157); }

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

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

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

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

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

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

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