#E0E591

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

Shades of Primrose #E0E591

Tints of Primrose #E0E591

Color information

#E0E591 (or 0xE0E591) is unknown color: approx Primrose. HEX triplet: E0, E5 and 91. RGB value is (224,229,145). Sum of RGB (Red+Green+Blue) = 224+229+145=598 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.46% from 598); Green value is 229 (89.84% from 255 or 38.29% from 598); Blue value is 145 (57.03% from 255 or 24.25% from 598); Max value from RGB is 229 - color contains mainly: green. Hex color #E0E591 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0E591 is #1F1A6E. Grayscale: #DADADA. Windows color (decimal): -2038383 or 9561568. OLE color: 9561568.

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

Color convert

RGB224229145-
CMYK0.0200.370.10
HSL63.57º61.76%73.33%-
HSV(B)63.57º36.68%89.8%-
XYZ63.8773.9337.69-
YUV217.9386.84132.33-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.46%
GREEN value IS 229 (89.84% from 255) = 38.29%
BLUE value IS 145 (57.03% from 255) = 24.25%
R=37.46%
G=38.29%
B=24.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2242291450.0200.370.1063.5761.7673.33
HexE0E5912025A403e49
Octal34034522120451210076111
Binary111000001110010110010001100100101101010000001111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E591; }

 p { color: rgb(224,229,145); }

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

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

 a { background-color: rgb(224,229,145); }

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

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

 span { border-color: rgb(224,229,145); }

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