#E2E19D

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

Shades of Primrose #E2E19D

Tints of Primrose #E2E19D

Color information

#E2E19D (or 0xE2E19D) is unknown color: approx Primrose. HEX triplet: E2, E1 and 9D. RGB value is (226,225,157). Sum of RGB (Red+Green+Blue) = 226+225+157=608 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.17% from 608); Green value is 225 (88.28% from 255 or 37.01% from 608); Blue value is 157 (61.72% from 255 or 25.82% from 608); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E19D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E19D is #1D1E62. Grayscale: #D9D9D9. Windows color (decimal): -1908323 or 10346978. OLE color: 10346978.

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

Color convert

RGB226225157-
CMYK00.000.310.11
HSL59.13º54.33%75.1%-
HSV(B)59.13º30.53%88.63%-
XYZ64.3872.4542.49-
YUV217.5593.83134.03-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.17%
GREEN value IS 225 (88.28% from 255) = 37.01%
BLUE value IS 157 (61.72% from 255) = 25.82%
R=37.17%
G=37.01%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622515700.000.310.1159.1354.3375.1
HexE2E19D001FB3b364b
Octal3423412350037137366113
Binary111000101110000110011101001111110111110111101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E19D; }

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

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

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

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

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

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

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

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