#E2DC92

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

Shades of Primrose #E2DC92

Tints of Primrose #E2DC92

Color information

#E2DC92 (or 0xE2DC92) is unknown color: approx Primrose. HEX triplet: E2, DC and 92. RGB value is (226,220,146). Sum of RGB (Red+Green+Blue) = 226+220+146=592 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.18% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 146 (57.42% from 255 or 24.66% from 592); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DC92 is #1D236D. Grayscale: #D5D5D5. Windows color (decimal): -1909614 or 9624802. OLE color: 9624802.

HSL color Cylindrical-coordinate representation of color #E2DC92: hue angle of 55.5º degrees, saturation: 0.58, 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 #E2DC92 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB226220146-
CMYK00.030.350.11
HSL55.5º57.97%72.94%-
HSV(B)55.5º35.4%88.63%-
XYZ62.1569.4337.32-
YUV213.3689.99137.02-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.18%
GREEN value IS 220 (86.33% from 255) = 37.16%
BLUE value IS 146 (57.42% from 255) = 24.66%
R=38.18%
G=37.16%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622014600.030.350.1155.557.9772.94
HexE2DC920323B383a49
Octal3423342220343137072111
Binary11100010110111001001001001110001110111110001110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DC92; }

 p { color: rgb(226,220,146); }

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

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

 a { background-color: rgb(226,220,146); }

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

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

 span { border-color: rgb(226,220,146); }

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