#E9E496

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

Shades of Primrose #E9E496

Tints of Primrose #E9E496

Color information

#E9E496 (or 0xE9E496) is unknown color: approx Primrose. HEX triplet: E9, E4 and 96. RGB value is (233,228,150). Sum of RGB (Red+Green+Blue) = 233+228+150=611 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.13% from 611); Green value is 228 (89.45% from 255 or 37.32% from 611); Blue value is 150 (58.98% from 255 or 24.55% from 611); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E496 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9E496 is #161B69. Grayscale: #DCDCDC. Windows color (decimal): -1448810 or 9889001. OLE color: 9889001.

HSL color Cylindrical-coordinate representation of color #E9E496: hue angle of 56.39º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E9E496 is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB233228150-
CMYK00.020.360.09
HSL56.39º65.35%75.1%-
HSV(B)56.39º35.62%91.37%-
XYZ66.8575.0139.81-
YUV220.688.16136.84-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.13%
GREEN value IS 228 (89.45% from 255) = 37.32%
BLUE value IS 150 (58.98% from 255) = 24.55%
R=38.13%
G=37.32%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322815000.020.360.0956.3965.3575.1
HexE9E4960224938414b
Octal35134422602441170101113
Binary111010011110010010010110010100100100111100010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9E496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9E496; }

 p { color: rgb(233,228,150); }

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

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

 a { background-color: rgb(233,228,150); }

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

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

 span { border-color: rgb(233,228,150); }

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