#E8E696

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

Shades of Primrose #E8E696

Tints of Primrose #E8E696

Color information

#E8E696 (or 0xE8E696) is unknown color: approx Primrose. HEX triplet: E8, E6 and 96. RGB value is (232,230,150). Sum of RGB (Red+Green+Blue) = 232+230+150=612 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.91% from 612); Green value is 230 (90.23% from 255 or 37.58% from 612); Blue value is 150 (58.98% from 255 or 24.51% from 612); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E696 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8E696 is #171969. Grayscale: #DDDDDD. Windows color (decimal): -1513834 or 9889512. OLE color: 9889512.

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

Color convert

RGB232230150-
CMYK00.010.350.09
HSL58.54º64.06%74.9%-
HSV(B)58.54º35.34%90.98%-
XYZ67.0875.9539.98-
YUV221.4887.66135.5-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.91%
GREEN value IS 230 (90.23% from 255) = 37.58%
BLUE value IS 150 (58.98% from 255) = 24.51%
R=37.91%
G=37.58%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23223015000.010.350.0958.5464.0674.9
HexE8E696012393b404b
Octal35034622601431173100113
Binary11101000111001101001011001100011100111101110000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8E696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8E696; }

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

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

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

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

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

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

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

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