#E2E198

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

Shades of Primrose #E2E198

Tints of Primrose #E2E198

Color information

#E2E198 (or 0xE2E198) is unknown color: approx Primrose. HEX triplet: E2, E1 and 98. RGB value is (226,225,152). Sum of RGB (Red+Green+Blue) = 226+225+152=603 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.48% from 603); Green value is 225 (88.28% from 255 or 37.31% from 603); Blue value is 152 (59.77% from 255 or 25.21% from 603); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E198 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E198 is #1D1E67. Grayscale: #D9D9D9. Windows color (decimal): -1908328 or 10019298. OLE color: 10019298.

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

Color convert

RGB226225152-
CMYK00.000.330.11
HSL59.19º56.06%74.12%-
HSV(B)59.19º32.74%88.63%-
XYZ63.9672.2940.29-
YUV216.9891.33134.44-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.48%
GREEN value IS 225 (88.28% from 255) = 37.31%
BLUE value IS 152 (59.77% from 255) = 25.21%
R=37.48%
G=37.31%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622515200.000.330.1159.1956.0674.12
HexE2E1980021B3b384a
Octal3423412300041137370112
Binary1110001011100001100110000010000110111110111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E198; }

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

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

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

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

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

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

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

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