#ECAC9D

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

Shades of Wax Flower #ECAC9D

Tints of Wax Flower #ECAC9D

Color information

#ECAC9D (or 0xECAC9D) is unknown color: approx Wax Flower. HEX triplet: EC, AC and 9D. RGB value is (236,172,157). Sum of RGB (Red+Green+Blue) = 236+172+157=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 157 (61.72% from 255 or 27.79% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAC9D is #135362. Grayscale: #BDBDBD. Windows color (decimal): -1266531 or 10333420. OLE color: 10333420.

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

Color convert

RGB236172157-
CMYK00.270.330.07
HSL11.39º67.52%77.06%-
HSV(B)11.39º33.47%92.55%-
XYZ55.4349.7738.58-
YUV189.43109.7161.22-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.77%
GREEN value IS 172 (67.58% from 255) = 30.44%
BLUE value IS 157 (61.72% from 255) = 27.79%
R=41.77%
G=30.44%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617215700.270.330.0711.3967.5277.06
HexECAC9D01B217b444d
Octal35425423503341713104115
Binary111011001010110010011101011011100001111101110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAC9D; }

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

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

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

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

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

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

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

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