#E1E395

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

Shades of Primrose #E1E395

Tints of Primrose #E1E395

Color information

#E1E395 (or 0xE1E395) is unknown color: approx Primrose. HEX triplet: E1, E3 and 95. RGB value is (225,227,149). Sum of RGB (Red+Green+Blue) = 225+227+149=601 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.44% from 601); Green value is 227 (89.06% from 255 or 37.77% from 601); Blue value is 149 (58.59% from 255 or 24.79% from 601); Max value from RGB is 227 - color contains mainly: green. Hex color #E1E395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E395 is #1E1C6A. Grayscale: #D9D9D9. Windows color (decimal): -1973355 or 9823201. OLE color: 9823201.

HSL color Cylindrical-coordinate representation of color #E1E395: hue angle of 61.54º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E1E395 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB225227149-
CMYK0.0100.340.11
HSL61.54º58.21%73.73%-
HSV(B)61.54º34.36%89.02%-
XYZ63.9573.1239.18-
YUV217.5189.34133.34-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.44%
GREEN value IS 227 (89.06% from 255) = 37.77%
BLUE value IS 149 (58.59% from 255) = 24.79%
R=37.44%
G=37.77%
B=24.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2252271490.0100.340.1161.5458.2173.73
HexE1E3951022B3e3a4a
Octal3413432251042137672112
Binary1110000111100011100101011010001010111111101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E395; }

 p { color: rgb(225,227,149); }

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

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

 a { background-color: rgb(225,227,149); }

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

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

 span { border-color: rgb(225,227,149); }

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