#ECBAA7

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

Shades of Wax Flower #ECBAA7

Tints of Wax Flower #ECBAA7

Color information

#ECBAA7 (or 0xECBAA7) is unknown color: approx Wax Flower. HEX triplet: EC, BA and A7. RGB value is (236,186,167). Sum of RGB (Red+Green+Blue) = 236+186+167=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 167 (65.62% from 255 or 28.35% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBAA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBAA7 is #134558. Grayscale: #C6C6C6. Windows color (decimal): -1262937 or 10992364. OLE color: 10992364.

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

Color convert

RGB236186167-
CMYK00.210.290.07
HSL16.52º64.49%79.02%-
HSV(B)16.52º29.24%92.55%-
XYZ59.1355.7444.2-
YUV198.78110.06154.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.07%
GREEN value IS 186 (73.05% from 255) = 31.58%
BLUE value IS 167 (65.62% from 255) = 28.35%
R=40.07%
G=31.58%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618616700.210.290.0716.5264.4979.02
HexECBAA70151D711404f
Octal35427224702535721100117
Binary111011001011101010100111010101111011111000110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBAA7; }

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

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

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

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

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

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

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

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