#ECBCAF

Color #ECBCAF Beauty Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beauty Bush #ECBCAF

Tints of Beauty Bush #ECBCAF

Color information

#ECBCAF (or 0xECBCAF) is unknown color: approx Beauty Bush. HEX triplet: EC, BC and AF. RGB value is (236,188,175). Sum of RGB (Red+Green+Blue) = 236+188+175=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 188 (73.83% from 255 or 31.39% from 599); Blue value is 175 (68.75% from 255 or 29.22% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBCAF is #134350. Grayscale: #C8C8C8. Windows color (decimal): -1262417 or 11517164. OLE color: 11517164.

HSL color Cylindrical-coordinate representation of color #ECBCAF: hue angle of 12.79º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECBCAF is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB236188175-
CMYK00.200.260.07
HSL12.79º61.62%80.59%-
HSV(B)12.79º25.85%92.55%-
XYZ60.3156.8948.36-
YUV200.87113.4153.06-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.40%
GREEN value IS 188 (73.83% from 255) = 31.39%
BLUE value IS 175 (68.75% from 255) = 29.22%
R=39.40%
G=31.39%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618817500.200.260.0712.7961.6280.59
HexECBCAF0141A7d3e51
Octal3542742570243271576121
Binary1110110010111100101011110101001101011111011111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBCAF; }

 p { color: rgb(236,188,175); }

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

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

 a { background-color: rgb(236,188,175); }

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

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

 span { border-color: rgb(236,188,175); }

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