#ECAC92

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

Shades of Wax Flower #ECAC92

Tints of Wax Flower #ECAC92

Color information

#ECAC92 (or 0xECAC92) is unknown color: approx Wax Flower. HEX triplet: EC, AC and 92. RGB value is (236,172,146). Sum of RGB (Red+Green+Blue) = 236+172+146=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 146 (57.42% from 255 or 26.35% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAC92 is #13536D. Grayscale: #BCBCBC. Windows color (decimal): -1266542 or 9612524. OLE color: 9612524.

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

Color convert

RGB236172146-
CMYK00.270.380.07
HSL17.33º70.31%74.9%-
HSV(B)17.33º38.14%92.55%-
XYZ54.5349.4133.86-
YUV188.17104.2162.11-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.60%
GREEN value IS 172 (67.58% from 255) = 31.05%
BLUE value IS 146 (57.42% from 255) = 26.35%
R=42.60%
G=31.05%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617214600.270.380.0717.3370.3174.9
HexECAC9201B26711464b
Octal35425422203346721106113
Binary1110110010101100100100100110111001101111000110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAC92; }

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

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

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

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

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

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

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

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