#E0E199

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

Shades of Primrose #E0E199

Tints of Primrose #E0E199

Color information

#E0E199 (or 0xE0E199) is unknown color: approx Primrose. HEX triplet: E0, E1 and 99. RGB value is (224,225,153). Sum of RGB (Red+Green+Blue) = 224+225+153=602 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.21% from 602); Green value is 225 (88.28% from 255 or 37.38% from 602); Blue value is 153 (60.16% from 255 or 25.42% from 602); Max value from RGB is 225 - color contains mainly: green. Hex color #E0E199 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0E199 is #1F1E66. Grayscale: #D8D8D8. Windows color (decimal): -2039399 or 10084832. OLE color: 10084832.

HSL color Cylindrical-coordinate representation of color #E0E199: hue angle of 60.83º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E0E199 is Cyan = 0.00, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB224225153-
CMYK0.0000.320.12
HSL60.83º54.55%74.12%-
HSV(B)60.83º32%88.24%-
XYZ63.427240.69-
YUV216.4992.17133.35-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.21%
GREEN value IS 225 (88.28% from 255) = 37.38%
BLUE value IS 153 (60.16% from 255) = 25.42%
R=37.21%
G=37.38%
B=25.42%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242251530.0000.320.1260.8354.5574.12
HexE0E1990020C3d374a
Octal3403412310040147567112
Binary1110000011100001100110010010000011001111011101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E199; }

 p { color: rgb(224,225,153); }

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

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

 a { background-color: rgb(224,225,153); }

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

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

 span { border-color: rgb(224,225,153); }

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