#ECAC8F

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

Shades of Wax Flower #ECAC8F

Tints of Wax Flower #ECAC8F

Color information

#ECAC8F (or 0xECAC8F) is unknown color: approx Wax Flower. HEX triplet: EC, AC and 8F. RGB value is (236,172,143). Sum of RGB (Red+Green+Blue) = 236+172+143=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 143 (56.25% from 255 or 25.95% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAC8F is #135370. Grayscale: #BCBCBC. Windows color (decimal): -1266545 or 9415916. OLE color: 9415916.

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

Color convert

RGB236172143-
CMYK00.270.390.07
HSL18.71º70.99%74.31%-
HSV(B)18.71º39.41%92.55%-
XYZ54.349.3232.64-
YUV187.83102.7162.36-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.83%
GREEN value IS 172 (67.58% from 255) = 31.22%
BLUE value IS 143 (56.25% from 255) = 25.95%
R=42.83%
G=31.22%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617214300.270.390.0718.7170.9974.31
HexECAC8F01B27713474a
Octal35425421703347723107112
Binary1110110010101100100011110110111001111111001110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAC8F; }

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

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

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

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

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

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

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

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