#ECAA97

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

Shades of Wax Flower #ECAA97

Tints of Wax Flower #ECAA97

Color information

#ECAA97 (or 0xECAA97) is unknown color: approx Wax Flower. HEX triplet: EC, AA and 97. RGB value is (236,170,151). Sum of RGB (Red+Green+Blue) = 236+170+151=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 151 (59.38% from 255 or 27.11% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAA97 is #135568. Grayscale: #BBBBBB. Windows color (decimal): -1267049 or 9939692. OLE color: 9939692.

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

Color convert

RGB236170151-
CMYK00.280.360.07
HSL13.41º69.11%75.88%-
HSV(B)13.41º36.02%92.55%-
XYZ54.5548.8235.83-
YUV187.57107.37162.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.37%
GREEN value IS 170 (66.80% from 255) = 30.52%
BLUE value IS 151 (59.38% from 255) = 27.11%
R=42.37%
G=30.52%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617015100.280.360.0713.4169.1175.88
HexECAA9701C247d454c
Octal35425222703444715105114
Binary111011001010101010010111011100100100111110110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAA97; }

 p { color: rgb(236,170,151); }

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

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

 a { background-color: rgb(236,170,151); }

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

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

 span { border-color: rgb(236,170,151); }

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