#ECAC9B

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

Shades of Wax Flower #ECAC9B

Tints of Wax Flower #ECAC9B

Color information

#ECAC9B (or 0xECAC9B) is unknown color: approx Wax Flower. HEX triplet: EC, AC and 9B. RGB value is (236,172,155). Sum of RGB (Red+Green+Blue) = 236+172+155=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 155 (60.94% from 255 or 27.53% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAC9B is #135364. Grayscale: #BDBDBD. Windows color (decimal): -1266533 or 10202348. OLE color: 10202348.

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

Color convert

RGB236172155-
CMYK00.270.340.07
HSL12.59º68.07%76.67%-
HSV(B)12.59º34.32%92.55%-
XYZ55.2649.737.69-
YUV189.2108.7161.38-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.92%
GREEN value IS 172 (67.58% from 255) = 30.55%
BLUE value IS 155 (60.94% from 255) = 27.53%
R=41.92%
G=30.55%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617215500.270.340.0712.5968.0776.67
HexECAC9B01B227d444d
Octal35425423303342715104115
Binary111011001010110010011011011011100010111110110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAC9B; }

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

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

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

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

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

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

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

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