#E5E299

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

Shades of Primrose #E5E299

Tints of Primrose #E5E299

Color information

#E5E299 (or 0xE5E299) is unknown color: approx Primrose. HEX triplet: E5, E2 and 99. RGB value is (229,226,153). Sum of RGB (Red+Green+Blue) = 229+226+153=608 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.66% from 608); Green value is 226 (88.67% from 255 or 37.17% from 608); Blue value is 153 (60.16% from 255 or 25.16% from 608); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E299 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5E299 is #1A1D66. Grayscale: #DADADA. Windows color (decimal): -1711463 or 10085093. OLE color: 10085093.

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

Color convert

RGB229226153-
CMYK00.010.330.10
HSL57.63º59.38%74.9%-
HSV(B)57.63º33.19%89.8%-
XYZ65.2673.3540.86-
YUV218.5890.99135.44-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.66%
GREEN value IS 226 (88.67% from 255) = 37.17%
BLUE value IS 153 (60.16% from 255) = 25.16%
R=37.66%
G=37.17%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922615300.010.330.1057.6359.3874.9
HexE5E2990121A3a3b4b
Octal3453422310141127273113
Binary1110010111100010100110010110000110101110101110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E299; }

 p { color: rgb(229,226,153); }

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

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

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

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

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

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

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