#ECA895

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

Shades of Wax Flower #ECA895

Tints of Wax Flower #ECA895

Color information

#ECA895 (or 0xECA895) is unknown color: approx Wax Flower. HEX triplet: EC, A8 and 95. RGB value is (236,168,149). Sum of RGB (Red+Green+Blue) = 236+168+149=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 168 (66.02% from 255 or 30.38% from 553); Blue value is 149 (58.59% from 255 or 26.94% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA895 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA895 is #13576A. Grayscale: #BABABA. Windows color (decimal): -1267563 or 9808108. OLE color: 9808108.

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

Color convert

RGB236168149-
CMYK00.290.370.07
HSL13.1º69.6%75.49%-
HSV(B)13.1º36.86%92.55%-
XYZ54.0248.0134.85-
YUV186.17107.03163.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.68%
GREEN value IS 168 (66.02% from 255) = 30.38%
BLUE value IS 149 (58.59% from 255) = 26.94%
R=42.68%
G=30.38%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616814900.290.370.0713.169.675.49
HexECA89501D257d464b
Octal35425022503545715106113
Binary111011001010100010010101011101100101111110110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA895; }

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

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

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

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

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

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

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

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