#E2E499

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

Shades of Primrose #E2E499

Tints of Primrose #E2E499

Color information

#E2E499 (or 0xE2E499) is unknown color: approx Primrose. HEX triplet: E2, E4 and 99. RGB value is (226,228,153). Sum of RGB (Red+Green+Blue) = 226+228+153=607 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.23% from 607); Green value is 228 (89.45% from 255 or 37.56% from 607); Blue value is 153 (60.16% from 255 or 25.21% from 607); Max value from RGB is 228 - color contains mainly: green. Hex color #E2E499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E499 is #1D1B66. Grayscale: #DBDBDB. Windows color (decimal): -1907559 or 10085602. OLE color: 10085602.

HSL color Cylindrical-coordinate representation of color #E2E499: hue angle of 61.6º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E2E499 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB226228153-
CMYK0.0100.330.11
HSL61.6º58.14%74.71%-
HSV(B)61.6º32.89%89.41%-
XYZ64.8673.9640.99-
YUV218.8590.84133.1-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.23%
GREEN value IS 228 (89.45% from 255) = 37.56%
BLUE value IS 153 (60.16% from 255) = 25.21%
R=37.23%
G=37.56%
B=25.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262281530.0100.330.1161.658.1474.71
HexE2E4991021B3e3a4b
Octal3423442311041137672113
Binary1110001011100100100110011010000110111111101110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E499; }

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

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

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

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

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

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

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

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