#ECAD95

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

Shades of Wax Flower #ECAD95

Tints of Wax Flower #ECAD95

Color information

#ECAD95 (or 0xECAD95) is unknown color: approx Wax Flower. HEX triplet: EC, AD and 95. RGB value is (236,173,149). Sum of RGB (Red+Green+Blue) = 236+173+149=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 149 (58.59% from 255 or 26.70% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAD95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAD95 is #13526A. Grayscale: #BDBDBD. Windows color (decimal): -1266283 or 9809388. OLE color: 9809388.

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

Color convert

RGB236173149-
CMYK00.270.370.07
HSL16.55º69.6%75.49%-
HSV(B)16.55º36.86%92.55%-
XYZ54.9649.8935.17-
YUV189.1105.37161.45-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.29%
GREEN value IS 173 (67.97% from 255) = 31.00%
BLUE value IS 149 (58.59% from 255) = 26.70%
R=42.29%
G=31.00%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617314900.270.370.0716.5569.675.49
HexECAD9501B25711464b
Octal35425522503345721106113
Binary1110110010101101100101010110111001011111000110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAD95; }

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

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

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

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

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

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

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

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