#E1E585

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

Shades of Primrose #E1E585

Tints of Primrose #E1E585

Color information

#E1E585 (or 0xE1E585) is unknown color: approx Primrose. HEX triplet: E1, E5 and 85. RGB value is (225,229,133). Sum of RGB (Red+Green+Blue) = 225+229+133=587 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.33% from 587); Green value is 229 (89.84% from 255 or 39.01% from 587); Blue value is 133 (52.34% from 255 or 22.66% from 587); Max value from RGB is 229 - color contains mainly: green. Hex color #E1E585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E585 is #1E1A7A. Grayscale: #D9D9D9. Windows color (decimal): -1972859 or 8775137. OLE color: 8775137.

HSL color Cylindrical-coordinate representation of color #E1E585: hue angle of 62.5º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E1E585 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB225229133-
CMYK0.0200.420.10
HSL62.5º64.86%70.98%-
HSV(B)62.5º41.92%89.8%-
XYZ63.373.7433.09-
YUV216.8680.67133.81-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.33%
GREEN value IS 229 (89.84% from 255) = 39.01%
BLUE value IS 133 (52.34% from 255) = 22.66%
R=38.33%
G=39.01%
B=22.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2252291330.0200.420.1062.564.8670.98
HexE1E585202AA3e4147
Octal34134520520521276101107
Binary111000011110010110000101100101010101011111010000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E585; }

 p { color: rgb(225,229,133); }

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

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

 a { background-color: rgb(225,229,133); }

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

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

 span { border-color: rgb(225,229,133); }

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