#E2E49B

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

Shades of Primrose #E2E49B

Tints of Primrose #E2E49B

Color information

#E2E49B (or 0xE2E49B) is unknown color: approx Primrose. HEX triplet: E2, E4 and 9B. RGB value is (226,228,155). Sum of RGB (Red+Green+Blue) = 226+228+155=609 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.11% from 609); Green value is 228 (89.45% from 255 or 37.44% from 609); Blue value is 155 (60.94% from 255 or 25.45% from 609); Max value from RGB is 228 - color contains mainly: green. Hex color #E2E49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E49B is #1D1B64. Grayscale: #DBDBDB. Windows color (decimal): -1907557 or 10216674. OLE color: 10216674.

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

Color convert

RGB226228155-
CMYK0.0100.320.11
HSL61.64º57.48%75.1%-
HSV(B)61.64º32.02%89.41%-
XYZ65.0274.0241.87-
YUV219.0891.84132.94-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.11%
GREEN value IS 228 (89.45% from 255) = 37.44%
BLUE value IS 155 (60.94% from 255) = 25.45%
R=37.11%
G=37.44%
B=25.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262281550.0100.320.1161.6457.4875.1
HexE2E49B1020B3e394b
Octal3423442331040137671113
Binary1110001011100100100110111010000010111111101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E49B; }

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

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

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

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

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

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

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

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