#ECAD97

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

Shades of Wax Flower #ECAD97

Tints of Wax Flower #ECAD97

Color information

#ECAD97 (or 0xECAD97) is unknown color: approx Wax Flower. HEX triplet: EC, AD and 97. RGB value is (236,173,151). Sum of RGB (Red+Green+Blue) = 236+173+151=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 151 (59.38% from 255 or 26.96% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAD97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAD97 is #135268. Grayscale: #BDBDBD. Windows color (decimal): -1266281 or 9940460. OLE color: 9940460.

HSL color Cylindrical-coordinate representation of color #ECAD97: hue angle of 15.53º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ECAD97 is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB236173151-
CMYK00.270.360.07
HSL15.53º69.11%75.88%-
HSV(B)15.53º36.02%92.55%-
XYZ55.1249.9536.02-
YUV189.33106.37161.29-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.14%
GREEN value IS 173 (67.97% from 255) = 30.89%
BLUE value IS 151 (59.38% from 255) = 26.96%
R=42.14%
G=30.89%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617315100.270.360.0715.5369.1175.88
HexECAD9701B24710454c
Octal35425522703344720105114
Binary1110110010101101100101110110111001001111000010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAD97; }

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

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

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

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

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

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

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

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