#ECB09F

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

Shades of Wax Flower #ECB09F

Tints of Wax Flower #ECB09F

Color information

#ECB09F (or 0xECB09F) is unknown color: approx Wax Flower. HEX triplet: EC, B0 and 9F. RGB value is (236,176,159). Sum of RGB (Red+Green+Blue) = 236+176+159=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 176 (69.14% from 255 or 30.82% from 571); Blue value is 159 (62.5% from 255 or 27.85% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB09F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB09F is #134F60. Grayscale: #C0C0C0. Windows color (decimal): -1265505 or 10465516. OLE color: 10465516.

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

Color convert

RGB236176159-
CMYK00.250.330.07
HSL13.25º66.96%77.45%-
HSV(B)13.25º32.63%92.55%-
XYZ56.3851.3939.75-
YUV192109.38159.38-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.33%
GREEN value IS 176 (69.14% from 255) = 30.82%
BLUE value IS 159 (62.5% from 255) = 27.85%
R=41.33%
G=30.82%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617615900.250.330.0713.2566.9677.45
HexECB09F019217d434d
Octal35426023703141715103115
Binary111011001011000010011111011001100001111110110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB09F; }

 p { color: rgb(236,176,159); }

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

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

 a { background-color: rgb(236,176,159); }

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

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

 span { border-color: rgb(236,176,159); }

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