#ECB39C

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

Shades of Wax Flower #ECB39C

Tints of Wax Flower #ECB39C

Color information

#ECB39C (or 0xECB39C) is unknown color: approx Wax Flower. HEX triplet: EC, B3 and 9C. RGB value is (236,179,156). Sum of RGB (Red+Green+Blue) = 236+179+156=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 179 (70.31% from 255 or 31.35% from 571); Blue value is 156 (61.33% from 255 or 27.32% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB39C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB39C is #134C63. Grayscale: #C1C1C1. Windows color (decimal): -1264740 or 10269676. OLE color: 10269676.

HSL color Cylindrical-coordinate representation of color #ECB39C: hue angle of 17.25º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ECB39C is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB236179156-
CMYK00.240.340.07
HSL17.25º67.8%76.86%-
HSV(B)17.25º33.9%92.55%-
XYZ56.7152.4738.59-
YUV193.42106.88158.37-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.33%
GREEN value IS 179 (70.31% from 255) = 31.35%
BLUE value IS 156 (61.33% from 255) = 27.32%
R=41.33%
G=31.35%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617915600.240.340.0717.2567.876.86
HexECB39C01822711444d
Octal35426323403042721104115
Binary1110110010110011100111000110001000101111000110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB39C; }

 p { color: rgb(236,179,156); }

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

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

 a { background-color: rgb(236,179,156); }

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

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

 span { border-color: rgb(236,179,156); }

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