#ECD595

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

Shades of Double Colonial White #ECD595

Tints of Double Colonial White #ECD595

Color information

#ECD595 (or 0xECD595) is unknown color: approx Double Colonial White. HEX triplet: EC, D5 and 95. RGB value is (236,213,149). Sum of RGB (Red+Green+Blue) = 236+213+149=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 213 (83.59% from 255 or 35.62% from 598); Blue value is 149 (58.59% from 255 or 24.92% from 598); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD595 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD595 is #132A6A. Grayscale: #D4D4D4. Windows color (decimal): -1256043 or 9819628. OLE color: 9819628.

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

Color convert

RGB236213149-
CMYK00.100.370.07
HSL44.14º69.6%75.49%-
HSV(B)44.14º36.86%92.55%-
XYZ63.8167.5938.12-
YUV212.5892.12144.7-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.46%
GREEN value IS 213 (83.59% from 255) = 35.62%
BLUE value IS 149 (58.59% from 255) = 24.92%
R=39.46%
G=35.62%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621314900.100.370.0744.1469.675.49
HexECD5950A2572c464b
Octal35432522501245754106113
Binary1110110011010101100101010101010010111110110010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD595; }

 p { color: rgb(236,213,149); }

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

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

 a { background-color: rgb(236,213,149); }

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

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

 span { border-color: rgb(236,213,149); }

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