#E5E488

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

Shades of Primrose #E5E488

Tints of Primrose #E5E488

Color information

#E5E488 (or 0xE5E488) is unknown color: approx Primrose. HEX triplet: E5, E4 and 88. RGB value is (229,228,136). Sum of RGB (Red+Green+Blue) = 229+228+136=593 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.62% from 593); Green value is 228 (89.45% from 255 or 38.45% from 593); Blue value is 136 (53.52% from 255 or 22.93% from 593); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5E488 is #1A1B77. Grayscale: #DADADA. Windows color (decimal): -1710968 or 8971493. OLE color: 8971493.

HSL color Cylindrical-coordinate representation of color #E5E488: hue angle of 59.35º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E5E488 is Cyan = 0, Magento = 0.00, Yellow = 0.41 and Black (K on CMYK) = 0.10.

Color convert

RGB229228136-
CMYK00.000.410.10
HSL59.35º64.14%71.57%-
HSV(B)59.35º40.61%89.8%-
XYZ64.573.9234.16-
YUV217.8181.83135.98-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.62%
GREEN value IS 228 (89.45% from 255) = 38.45%
BLUE value IS 136 (53.52% from 255) = 22.93%
R=38.62%
G=38.45%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.41
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922813600.000.410.1059.3564.1471.57
HexE5E4880029A3b4048
Octal34534421000511273100110
Binary11100101111001001000100000101001101011101110000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E488; }

 p { color: rgb(229,228,136); }

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

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

 a { background-color: rgb(229,228,136); }

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

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

 span { border-color: rgb(229,228,136); }

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