#E5E18D

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

Shades of Primrose #E5E18D

Tints of Primrose #E5E18D

Color information

#E5E18D (or 0xE5E18D) is unknown color: approx Primrose. HEX triplet: E5, E1 and 8D. RGB value is (229,225,141). Sum of RGB (Red+Green+Blue) = 229+225+141=595 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.49% from 595); Green value is 225 (88.28% from 255 or 37.82% from 595); Blue value is 141 (55.47% from 255 or 23.70% from 595); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5E18D is #1A1E72. Grayscale: #D8D8D8. Windows color (decimal): -1711731 or 9298405. OLE color: 9298405.

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

Color convert

RGB229225141-
CMYK00.020.380.10
HSL57.27º62.86%72.55%-
HSV(B)57.27º38.43%89.8%-
XYZ64.0572.4335.8-
YUV216.6285.33136.83-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.49%
GREEN value IS 225 (88.28% from 255) = 37.82%
BLUE value IS 141 (55.47% from 255) = 23.70%
R=38.49%
G=37.82%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922514100.020.380.1057.2762.8672.55
HexE5E18D0226A393f49
Octal3453412150246127177111
Binary11100101111000011000110101010011010101110011111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E18D; }

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

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

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

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

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

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

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

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