#ECAC9A

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

Shades of Wax Flower #ECAC9A

Tints of Wax Flower #ECAC9A

Color information

#ECAC9A (or 0xECAC9A) is unknown color: approx Wax Flower. HEX triplet: EC, AC and 9A. RGB value is (236,172,154). Sum of RGB (Red+Green+Blue) = 236+172+154=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 154 (60.55% from 255 or 27.40% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAC9A is #135365. Grayscale: #BDBDBD. Windows color (decimal): -1266534 or 10136812. OLE color: 10136812.

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

Color convert

RGB236172154-
CMYK00.270.350.07
HSL13.17º68.33%76.47%-
HSV(B)13.17º34.75%92.55%-
XYZ55.1849.6737.25-
YUV189.08108.2161.46-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.99%
GREEN value IS 172 (67.58% from 255) = 30.60%
BLUE value IS 154 (60.55% from 255) = 27.40%
R=41.99%
G=30.60%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617215400.270.350.0713.1768.3376.47
HexECAC9A01B237d444c
Octal35425423203343715104114
Binary111011001010110010011010011011100011111110110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAC9A; }

 p { color: rgb(236,172,154); }

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

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

 a { background-color: rgb(236,172,154); }

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

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

 span { border-color: rgb(236,172,154); }

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