#ECBAA0

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

Shades of Wax Flower #ECBAA0

Tints of Wax Flower #ECBAA0

Color information

#ECBAA0 (or 0xECBAA0) is unknown color: approx Wax Flower. HEX triplet: EC, BA and A0. RGB value is (236,186,160). Sum of RGB (Red+Green+Blue) = 236+186+160=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 160 (62.89% from 255 or 27.49% from 582); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBAA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBAA0 is #13455F. Grayscale: #C6C6C6. Windows color (decimal): -1262944 or 10533612. OLE color: 10533612.

HSL color Cylindrical-coordinate representation of color #ECBAA0: hue angle of 20.53º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECBAA0 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB236186160-
CMYK00.210.320.07
HSL20.53º66.67%77.65%-
HSV(B)20.53º32.2%92.55%-
XYZ58.555.4940.89-
YUV197.99106.56155.11-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.55%
GREEN value IS 186 (73.05% from 255) = 31.96%
BLUE value IS 160 (62.89% from 255) = 27.49%
R=40.55%
G=31.96%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618616000.210.320.0720.5366.6777.65
HexECBAA001520715434e
Octal35427224002540725103116
Binary1110110010111010101000000101011000001111010110000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBAA0; }

 p { color: rgb(236,186,160); }

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

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

 a { background-color: rgb(236,186,160); }

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

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

 span { border-color: rgb(236,186,160); }

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