#E2DB95

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

Shades of Primrose #E2DB95

Tints of Primrose #E2DB95

Color information

#E2DB95 (or 0xE2DB95) is unknown color: approx Primrose. HEX triplet: E2, DB and 95. RGB value is (226,219,149). Sum of RGB (Red+Green+Blue) = 226+219+149=594 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.05% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 149 (58.59% from 255 or 25.08% from 594); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DB95 is #1D246A. Grayscale: #D5D5D5. Windows color (decimal): -1909867 or 9821154. OLE color: 9821154.

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

Color convert

RGB226219149-
CMYK00.030.340.11
HSL54.55º57.04%73.53%-
HSV(B)54.55º34.07%88.63%-
XYZ62.126938.48-
YUV213.1191.82137.19-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.05%
GREEN value IS 219 (85.94% from 255) = 36.87%
BLUE value IS 149 (58.59% from 255) = 25.08%
R=38.05%
G=36.87%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621914900.030.340.1154.5557.0473.53
HexE2DB950322B37394a
Octal3423332250342136771112
Binary11100010110110111001010101110001010111101111110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DB95; }

 p { color: rgb(226,219,149); }

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

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

 a { background-color: rgb(226,219,149); }

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

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

 span { border-color: rgb(226,219,149); }

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