#E1E48E

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

Shades of Primrose #E1E48E

Tints of Primrose #E1E48E

Color information

#E1E48E (or 0xE1E48E) is unknown color: approx Primrose. HEX triplet: E1, E4 and 8E. RGB value is (225,228,142). Sum of RGB (Red+Green+Blue) = 225+228+142=595 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.82% from 595); Green value is 228 (89.45% from 255 or 38.32% from 595); Blue value is 142 (55.86% from 255 or 23.87% from 595); Max value from RGB is 228 - color contains mainly: green. Hex color #E1E48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E48E is #1E1B71. Grayscale: #D9D9D9. Windows color (decimal): -1973106 or 9364705. OLE color: 9364705.

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

Color convert

RGB225228142-
CMYK0.0100.380.11
HSL62.09º61.43%72.55%-
HSV(B)62.09º37.72%89.41%-
XYZ63.6873.4536.41-
YUV217.385.51133.49-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.82%
GREEN value IS 228 (89.45% from 255) = 38.32%
BLUE value IS 142 (55.86% from 255) = 23.87%
R=37.82%
G=38.32%
B=23.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2252281420.0100.380.1162.0961.4372.55
HexE1E48E1026B3e3d49
Octal3413442161046137675111
Binary1110000111100100100011101010011010111111101111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E48E; }

 p { color: rgb(225,228,142); }

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

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

 a { background-color: rgb(225,228,142); }

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

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

 span { border-color: rgb(225,228,142); }

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