#E5E19C

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

Shades of Primrose #E5E19C

Tints of Primrose #E5E19C

Color information

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

HSL color Cylindrical-coordinate representation of color #E5E19C: hue angle of 56.71º 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 #E5E19C is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB229225156-
CMYK00.020.320.10
HSL56.71º58.4%75.49%-
HSV(B)56.71º31.88%89.8%-
XYZ65.2472.9142.09-
YUV218.3392.83135.61-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922515600.020.320.1056.7158.475.49
HexE5E19C0220A393a4b
Octal3453412340240127172113
Binary11100101111000011001110001010000010101110011110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E19C; }

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

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

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

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

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

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

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

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