#E1E299

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

Shades of Primrose #E1E299

Tints of Primrose #E1E299

Color information

#E1E299 (or 0xE1E299) is unknown color: approx Primrose. HEX triplet: E1, E2 and 99. RGB value is (225,226,153). Sum of RGB (Red+Green+Blue) = 225+226+153=604 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.25% from 604); Green value is 226 (88.67% from 255 or 37.42% from 604); Blue value is 153 (60.16% from 255 or 25.33% from 604); Max value from RGB is 226 - color contains mainly: green. Hex color #E1E299 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E299 is #1E1D66. Grayscale: #D9D9D9. Windows color (decimal): -1973607 or 10085089. OLE color: 10085089.

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

Color convert

RGB225226153-
CMYK0.0000.320.11
HSL60.82º55.73%74.31%-
HSV(B)60.82º32.3%88.63%-
XYZ6472.740.8-
YUV217.3891.67133.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.25%
GREEN value IS 226 (88.67% from 255) = 37.42%
BLUE value IS 153 (60.16% from 255) = 25.33%
R=37.25%
G=37.42%
B=25.33%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2252261530.0000.320.1160.8255.7374.31
HexE1E2990020B3d384a
Octal3413422310040137570112
Binary1110000111100010100110010010000010111111011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E299; }

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

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

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

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

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

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

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

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