#E2DD94

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

Shades of Primrose #E2DD94

Tints of Primrose #E2DD94

Color information

#E2DD94 (or 0xE2DD94) is unknown color: approx Primrose. HEX triplet: E2, DD and 94. RGB value is (226,221,148). Sum of RGB (Red+Green+Blue) = 226+221+148=595 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.98% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 148 (58.20% from 255 or 24.87% from 595); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DD94 is #1D226B. Grayscale: #D6D6D6. Windows color (decimal): -1909356 or 9756130. OLE color: 9756130.

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

Color convert

RGB226221148-
CMYK00.020.350.11
HSL56.15º57.35%73.33%-
HSV(B)56.15º34.51%88.63%-
XYZ62.5770.0238.23-
YUV214.1790.66136.44-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.98%
GREEN value IS 221 (86.72% from 255) = 37.14%
BLUE value IS 148 (58.20% from 255) = 24.87%
R=37.98%
G=37.14%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622114800.020.350.1156.1557.3573.33
HexE2DD940223B383949
Octal3423352240243137071111
Binary11100010110111011001010001010001110111110001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DD94; }

 p { color: rgb(226,221,148); }

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

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

 a { background-color: rgb(226,221,148); }

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

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

 span { border-color: rgb(226,221,148); }

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