#E8E496

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

Shades of Primrose #E8E496

Tints of Primrose #E8E496

Color information

#E8E496 (or 0xE8E496) is unknown color: approx Primrose. HEX triplet: E8, E4 and 96. RGB value is (232,228,150). Sum of RGB (Red+Green+Blue) = 232+228+150=610 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.03% from 610); Green value is 228 (89.45% from 255 or 37.38% from 610); Blue value is 150 (58.98% from 255 or 24.59% from 610); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E496 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8E496 is #171B69. Grayscale: #DCDCDC. Windows color (decimal): -1514346 or 9889000. OLE color: 9889000.

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

Color convert

RGB232228150-
CMYK00.020.350.09
HSL57.07º64.06%74.9%-
HSV(B)57.07º35.34%90.98%-
XYZ66.5374.8439.79-
YUV220.388.33136.34-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.03%
GREEN value IS 228 (89.45% from 255) = 37.38%
BLUE value IS 150 (58.98% from 255) = 24.59%
R=38.03%
G=37.38%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23222815000.020.350.0957.0764.0674.9
HexE8E4960223939404b
Octal35034422602431171100113
Binary111010001110010010010110010100011100111100110000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8E496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8E496; }

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

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

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

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

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

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

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

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