#E7E196

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

Shades of Primrose #E7E196

Tints of Primrose #E7E196

Color information

#E7E196 (or 0xE7E196) is unknown color: approx Primrose. HEX triplet: E7, E1 and 96. RGB value is (231,225,150). Sum of RGB (Red+Green+Blue) = 231+225+150=606 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.12% from 606); Green value is 225 (88.28% from 255 or 37.13% from 606); Blue value is 150 (58.98% from 255 or 24.75% from 606); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E196 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7E196 is #181E69. Grayscale: #DADADA. Windows color (decimal): -1580650 or 9888231. OLE color: 9888231.

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

Color convert

RGB231225150-
CMYK00.030.350.09
HSL55.56º62.79%74.71%-
HSV(B)55.56º35.06%90.59%-
XYZ65.3973.0439.51-
YUV218.2489.49137.1-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.12%
GREEN value IS 225 (88.28% from 255) = 37.13%
BLUE value IS 150 (58.98% from 255) = 24.75%
R=38.12%
G=37.13%
B=24.75%

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
Decimal23122515000.030.350.0955.5662.7974.71
HexE7E19603239383f4b
Octal3473412260343117077113
Binary11100111111000011001011001110001110011110001111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7E196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7E196; }

 p { color: rgb(231,225,150); }

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

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

 a { background-color: rgb(231,225,150); }

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

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

 span { border-color: rgb(231,225,150); }

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