#E1D492

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

Shades of Double Colonial White #E1D492

Tints of Double Colonial White #E1D492

Color information

#E1D492 (or 0xE1D492) is unknown color: approx Double Colonial White. HEX triplet: E1, D4 and 92. RGB value is (225,212,146). Sum of RGB (Red+Green+Blue) = 225+212+146=583 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.59% from 583); Green value is 212 (83.20% from 255 or 36.36% from 583); Blue value is 146 (57.42% from 255 or 25.04% from 583); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D492 is #1E2B6D. Grayscale: #D0D0D0. Windows color (decimal): -1977198 or 9622753. OLE color: 9622753.

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

Color convert

RGB225212146-
CMYK00.060.350.12
HSL50.13º56.83%72.75%-
HSV(B)50.13º35.11%88.24%-
XYZ59.7865.1736.62-
YUV208.3692.81139.87-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.59%
GREEN value IS 212 (83.20% from 255) = 36.36%
BLUE value IS 146 (57.42% from 255) = 25.04%
R=38.59%
G=36.36%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521214600.060.350.1250.1356.8372.75
HexE1D4920623C323949
Octal3413242220643146271111
Binary111000011101010010010010011010001111001100101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D492; }

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

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

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

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

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

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

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

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