#E7E396

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

Shades of Primrose #E7E396

Tints of Primrose #E7E396

Color information

#E7E396 (or 0xE7E396) is unknown color: approx Primrose. HEX triplet: E7, E3 and 96. RGB value is (231,227,150). Sum of RGB (Red+Green+Blue) = 231+227+150=608 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.99% from 608); Green value is 227 (89.06% from 255 or 37.34% from 608); Blue value is 150 (58.98% from 255 or 24.67% from 608); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E396 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7E396 is #181C69. Grayscale: #DBDBDB. Windows color (decimal): -1580138 or 9888743. OLE color: 9888743.

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

Color convert

RGB231227150-
CMYK00.020.350.09
HSL57.04º62.79%74.71%-
HSV(B)57.04º35.06%90.59%-
XYZ65.9374.1339.69-
YUV219.4288.83136.26-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.99%
GREEN value IS 227 (89.06% from 255) = 37.34%
BLUE value IS 150 (58.98% from 255) = 24.67%
R=37.99%
G=37.34%
B=24.67%

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
Decimal23122715000.020.350.0957.0462.7974.71
HexE7E39602239393f4b
Octal3473432260243117177113
Binary11100111111000111001011001010001110011110011111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7E396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7E396; }

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

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

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

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

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

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

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

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