#E3DE92

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

Shades of Primrose #E3DE92

Tints of Primrose #E3DE92

Color information

#E3DE92 (or 0xE3DE92) is unknown color: approx Primrose. HEX triplet: E3, DE and 92. RGB value is (227,222,146). Sum of RGB (Red+Green+Blue) = 227+222+146=595 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.15% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 146 (57.42% from 255 or 24.54% from 595); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DE92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3DE92 is #1C216D. Grayscale: #D7D7D7. Windows color (decimal): -1843566 or 9625315. OLE color: 9625315.

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

Color convert

RGB227222146-
CMYK00.020.360.11
HSL56.3º59.12%73.14%-
HSV(B)56.3º35.68%89.02%-
XYZ62.9970.6537.51-
YUV214.8389.16136.68-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.15%
GREEN value IS 222 (87.11% from 255) = 37.31%
BLUE value IS 146 (57.42% from 255) = 24.54%
R=38.15%
G=37.31%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22722214600.020.360.1156.359.1273.14
HexE3DE920224B383b49
Octal3433362220244137073111
Binary11100011110111101001001001010010010111110001110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DE92; }

 p { color: rgb(227,222,146); }

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

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

 a { background-color: rgb(227,222,146); }

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

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

 span { border-color: rgb(227,222,146); }

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