#E0E489

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

Shades of Primrose #E0E489

Tints of Primrose #E0E489

Color information

#E0E489 (or 0xE0E489) is unknown color: approx Primrose. HEX triplet: E0, E4 and 89. RGB value is (224,228,137). Sum of RGB (Red+Green+Blue) = 224+228+137=589 (78% of max value = 765). Red value is 224 (87.89% from 255 or 38.03% from 589); Green value is 228 (89.45% from 255 or 38.71% from 589); Blue value is 137 (53.91% from 255 or 23.26% from 589); Max value from RGB is 228 - color contains mainly: green. Hex color #E0E489 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0E489 is #1F1B76. Grayscale: #D8D8D8. Windows color (decimal): -2038647 or 9037024. OLE color: 9037024.

HSL color Cylindrical-coordinate representation of color #E0E489: hue angle of 62.64º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E0E489 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB224228137-
CMYK0.0200.400.11
HSL62.64º62.76%71.57%-
HSV(B)62.64º39.91%89.41%-
XYZ6373.1434.46-
YUV216.4383.17133.4-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.03%
GREEN value IS 228 (89.45% from 255) = 38.71%
BLUE value IS 137 (53.91% from 255) = 23.26%
R=38.03%
G=38.71%
B=23.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2242281370.0200.400.1162.6462.7671.57
HexE0E4892028B3f3f48
Octal3403442112050137777110
Binary11100000111001001000100110010100010111111111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E489; }

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

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

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

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

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

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

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

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