#E7E095

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

Shades of Primrose #E7E095

Tints of Primrose #E7E095

Color information

#E7E095 (or 0xE7E095) is unknown color: approx Primrose. HEX triplet: E7, E0 and 95. RGB value is (231,224,149). Sum of RGB (Red+Green+Blue) = 231+224+149=604 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.25% from 604); Green value is 224 (87.89% from 255 or 37.09% from 604); Blue value is 149 (58.59% from 255 or 24.67% from 604); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E095 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7E095 is #181F6A. Grayscale: #D9D9D9. Windows color (decimal): -1580907 or 9822439. OLE color: 9822439.

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

Color convert

RGB231224149-
CMYK00.030.350.09
HSL54.88º63.08%74.51%-
HSV(B)54.88º35.5%90.59%-
XYZ65.0472.4738.99-
YUV217.5489.32137.6-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.25%
GREEN value IS 224 (87.89% from 255) = 37.09%
BLUE value IS 149 (58.59% from 255) = 24.67%
R=38.25%
G=37.09%
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
Decimal23122414900.030.350.0954.8863.0874.51
HexE7E09503239373f4b
Octal3473402250343116777113
Binary11100111111000001001010101110001110011101111111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7E095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7E095; }

 p { color: rgb(231,224,149); }

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

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

 a { background-color: rgb(231,224,149); }

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

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

 span { border-color: rgb(231,224,149); }

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