#E7E094

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

Shades of Primrose #E7E094

Tints of Primrose #E7E094

Color information

#E7E094 (or 0xE7E094) is unknown color: approx Primrose. HEX triplet: E7, E0 and 94. RGB value is (231,224,148). Sum of RGB (Red+Green+Blue) = 231+224+148=603 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.31% from 603); Green value is 224 (87.89% from 255 or 37.15% from 603); Blue value is 148 (58.20% from 255 or 24.54% from 603); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E094 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7E094 is #181F6B. Grayscale: #D9D9D9. Windows color (decimal): -1580908 or 9756903. OLE color: 9756903.

HSL color Cylindrical-coordinate representation of color #E7E094: hue angle of 54.94º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E7E094 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB231224148-
CMYK00.030.360.09
HSL54.94º63.36%74.31%-
HSV(B)54.94º35.93%90.59%-
XYZ64.9672.4438.58-
YUV217.4388.82137.68-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.31%
GREEN value IS 224 (87.89% from 255) = 37.15%
BLUE value IS 148 (58.20% from 255) = 24.54%
R=38.31%
G=37.15%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122414800.030.360.0954.9463.3674.31
HexE7E09403249373f4a
Octal3473402240344116777112
Binary11100111111000001001010001110010010011101111111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7E094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7E094; }

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

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

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

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

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

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

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

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