#E1E094

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

Shades of Primrose #E1E094

Tints of Primrose #E1E094

Color information

#E1E094 (or 0xE1E094) is unknown color: approx Primrose. HEX triplet: E1, E0 and 94. RGB value is (225,224,148). Sum of RGB (Red+Green+Blue) = 225+224+148=597 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.69% from 597); Green value is 224 (87.89% from 255 or 37.52% from 597); Blue value is 148 (58.20% from 255 or 24.79% from 597); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E094 is #1E1F6B. Grayscale: #D7D7D7. Windows color (decimal): -1974124 or 9756897. OLE color: 9756897.

HSL color Cylindrical-coordinate representation of color #E1E094: hue angle of 59.22º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E1E094 is Cyan = 0, Magento = 0.00, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB225224148-
CMYK00.000.340.12
HSL59.22º56.2%73.14%-
HSV(B)59.22º34.22%88.24%-
XYZ63.0571.4638.49-
YUV215.6489.83134.68-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.69%
GREEN value IS 224 (87.89% from 255) = 37.52%
BLUE value IS 148 (58.20% from 255) = 24.79%
R=37.69%
G=37.52%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522414800.000.340.1259.2256.273.14
HexE1E0940022C3b3849
Octal3413402240042147370111
Binary1110000111100000100101000010001011001110111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E094; }

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

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

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

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

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

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

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

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