#ECD493

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

Shades of Double Colonial White #ECD493

Tints of Double Colonial White #ECD493

Color information

#ECD493 (or 0xECD493) is unknown color: approx Double Colonial White. HEX triplet: EC, D4 and 93. RGB value is (236,212,147). Sum of RGB (Red+Green+Blue) = 236+212+147=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 212 (83.20% from 255 or 35.63% from 595); Blue value is 147 (57.81% from 255 or 24.71% from 595); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD493 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD493 is #132B6C. Grayscale: #D4D4D4. Windows color (decimal): -1256301 or 9688300. OLE color: 9688300.

HSL color Cylindrical-coordinate representation of color #ECD493: hue angle of 43.82º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ECD493 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB236212147-
CMYK00.100.380.07
HSL43.82º70.08%75.1%-
HSV(B)43.82º37.71%92.55%-
XYZ63.467.0337.2-
YUV211.7791.45145.29-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.66%
GREEN value IS 212 (83.20% from 255) = 35.63%
BLUE value IS 147 (57.81% from 255) = 24.71%
R=39.66%
G=35.63%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621214700.100.380.0743.8270.0875.1
HexECD4930A2672c464b
Octal35432422301246754106113
Binary1110110011010100100100110101010011011110110010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD493; }

 p { color: rgb(236,212,147); }

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

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

 a { background-color: rgb(236,212,147); }

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

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

 span { border-color: rgb(236,212,147); }

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