#E8E296

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

Shades of Primrose #E8E296

Tints of Primrose #E8E296

Color information

#E8E296 (or 0xE8E296) is unknown color: approx Primrose. HEX triplet: E8, E2 and 96. RGB value is (232,226,150). Sum of RGB (Red+Green+Blue) = 232+226+150=608 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.16% from 608); Green value is 226 (88.67% from 255 or 37.17% from 608); Blue value is 150 (58.98% from 255 or 24.67% from 608); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E296 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8E296 is #171D69. Grayscale: #DBDBDB. Windows color (decimal): -1514858 or 9888488. OLE color: 9888488.

HSL color Cylindrical-coordinate representation of color #E8E296: hue angle of 55.61º 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 #E8E296 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB232226150-
CMYK00.030.350.09
HSL55.61º64.06%74.9%-
HSV(B)55.61º35.34%90.98%-
XYZ65.9873.7539.61-
YUV219.1388.99137.18-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.16%
GREEN value IS 226 (88.67% from 255) = 37.17%
BLUE value IS 150 (58.98% from 255) = 24.67%
R=38.16%
G=37.17%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23222615000.030.350.0955.6164.0674.9
HexE8E2960323938404b
Octal35034222603431170100113
Binary111010001110001010010110011100011100111100010000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8E296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8E296; }

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

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

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

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

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

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

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

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