#E5E88D

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

Shades of Primrose #E5E88D

Tints of Primrose #E5E88D

Color information

#E5E88D (or 0xE5E88D) is unknown color: approx Primrose. HEX triplet: E5, E8 and 8D. RGB value is (229,232,141). Sum of RGB (Red+Green+Blue) = 229+232+141=602 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.04% from 602); Green value is 232 (91.02% from 255 or 38.54% from 602); Blue value is 141 (55.47% from 255 or 23.42% from 602); Max value from RGB is 232 - color contains mainly: green. Hex color #E5E88D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5E88D is #1A1772. Grayscale: #DDDDDD. Windows color (decimal): -1709939 or 9300197. OLE color: 9300197.

HSL color Cylindrical-coordinate representation of color #E5E88D: hue angle of 61.98º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E5E88D is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB229232141-
CMYK0.0100.390.09
HSL61.98º66.42%73.14%-
HSV(B)61.98º39.22%90.98%-
XYZ65.9876.2936.45-
YUV220.7383.01133.9-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.04%
GREEN value IS 232 (91.02% from 255) = 38.54%
BLUE value IS 141 (55.47% from 255) = 23.42%
R=38.04%
G=38.54%
B=23.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2292321410.0100.390.0961.9866.4273.14
HexE5E88D102793e4249
Octal34535021510471176102111
Binary11100101111010001000110110100111100111111010000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E88D; }

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

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

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

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

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

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

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

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