#E5E489

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

Shades of Primrose #E5E489

Tints of Primrose #E5E489

Color information

#E5E489 (or 0xE5E489) is unknown color: approx Primrose. HEX triplet: E5, E4 and 89. RGB value is (229,228,137). Sum of RGB (Red+Green+Blue) = 229+228+137=594 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.55% from 594); Green value is 228 (89.45% from 255 or 38.38% from 594); Blue value is 137 (53.91% from 255 or 23.06% from 594); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E489 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5E489 is #1A1B76. Grayscale: #DADADA. Windows color (decimal): -1710967 or 9037029. OLE color: 9037029.

HSL color Cylindrical-coordinate representation of color #E5E489: 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.4%. Process color model (Four color, CMYK) of #E5E489 is Cyan = 0, Magento = 0.00, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB229228137-
CMYK00.000.400.10
HSL59.35º63.89%71.76%-
HSV(B)59.35º40.17%89.8%-
XYZ64.5773.9534.54-
YUV217.9282.33135.9-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.55%
GREEN value IS 228 (89.45% from 255) = 38.38%
BLUE value IS 137 (53.91% from 255) = 23.06%
R=38.55%
G=38.38%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.40
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922813700.000.400.1059.3563.8971.76
HexE5E4890028A3b4048
Octal34534421100501273100110
Binary11100101111001001000100100101000101011101110000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E489; }

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

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

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

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

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

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

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

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