#E3D492

Color #E3D492 Double Colonial White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Double Colonial White #E3D492

Tints of Double Colonial White #E3D492

Color information

#E3D492 (or 0xE3D492) is unknown color: approx Double Colonial White. HEX triplet: E3, D4 and 92. RGB value is (227,212,146). Sum of RGB (Red+Green+Blue) = 227+212+146=585 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.80% from 585); Green value is 212 (83.20% from 255 or 36.24% from 585); Blue value is 146 (57.42% from 255 or 24.96% from 585); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3D492 is #1C2B6D. Grayscale: #D1D1D1. Windows color (decimal): -1846126 or 9622755. OLE color: 9622755.

HSL color Cylindrical-coordinate representation of color #E3D492: hue angle of 48.89º 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 #E3D492 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB227212146-
CMYK00.070.360.11
HSL48.89º59.12%73.14%-
HSV(B)48.89º35.68%89.02%-
XYZ60.4165.4936.65-
YUV208.9692.47140.87-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.80%
GREEN value IS 212 (83.20% from 255) = 36.24%
BLUE value IS 146 (57.42% from 255) = 24.96%
R=38.80%
G=36.24%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22721214600.070.360.1148.8959.1273.14
HexE3D4920724B313b49
Octal3433242220744136173111
Binary111000111101010010010010011110010010111100011110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D492; }

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

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

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

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

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

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

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

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