#ECB09E

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

Shades of Wax Flower #ECB09E

Tints of Wax Flower #ECB09E

Color information

#ECB09E (or 0xECB09E) is unknown color: approx Wax Flower. HEX triplet: EC, B0 and 9E. RGB value is (236,176,158). Sum of RGB (Red+Green+Blue) = 236+176+158=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 176 (69.14% from 255 or 30.88% from 570); Blue value is 158 (62.11% from 255 or 27.72% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB09E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB09E is #134F61. Grayscale: #C0C0C0. Windows color (decimal): -1265506 or 10399980. OLE color: 10399980.

HSL color Cylindrical-coordinate representation of color #ECB09E: hue angle of 13.85º 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 #ECB09E is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB236176158-
CMYK00.250.330.07
HSL13.85º67.24%77.25%-
HSV(B)13.85º33.05%92.55%-
XYZ56.2951.3539.29-
YUV191.89108.88159.46-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.40%
GREEN value IS 176 (69.14% from 255) = 30.88%
BLUE value IS 158 (62.11% from 255) = 27.72%
R=41.40%
G=30.88%
B=27.72%

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
Decimal23617615800.250.330.0713.8567.2477.25
HexECB09E019217e434d
Octal35426023603141716103115
Binary111011001011000010011110011001100001111111010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB09E; }

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

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

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

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

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

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

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

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