#E5E185

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

Shades of Primrose #E5E185

Tints of Primrose #E5E185

Color information

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

HSL color Cylindrical-coordinate representation of color #E5E185: hue angle of 57.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 #E5E185 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB229225133-
CMYK00.020.420.10
HSL57.5º64.86%70.98%-
HSV(B)57.5º41.92%89.8%-
XYZ63.4772.232.78-
YUV215.7181.33137.48-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922513300.020.420.1057.564.8670.98
HexE5E185022AA3a4147
Octal34534120502521272101107
Binary111001011110000110000101010101010101011101010000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E185; }

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

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

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

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

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

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

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

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