#ECB09D

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

Shades of Wax Flower #ECB09D

Tints of Wax Flower #ECB09D

Color information

#ECB09D (or 0xECB09D) is unknown color: approx Wax Flower. HEX triplet: EC, B0 and 9D. RGB value is (236,176,157). Sum of RGB (Red+Green+Blue) = 236+176+157=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 176 (69.14% from 255 or 30.93% from 569); Blue value is 157 (61.72% from 255 or 27.59% from 569); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB09D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB09D is #134F62. Grayscale: #BFBFBF. Windows color (decimal): -1265507 or 10334444. OLE color: 10334444.

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

Color convert

RGB236176157-
CMYK00.250.330.07
HSL14.43º67.52%77.06%-
HSV(B)14.43º33.47%92.55%-
XYZ56.251.3238.84-
YUV191.77108.38159.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.48%
GREEN value IS 176 (69.14% from 255) = 30.93%
BLUE value IS 157 (61.72% from 255) = 27.59%
R=41.48%
G=30.93%
B=27.59%

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
Decimal23617615700.250.330.0714.4367.5277.06
HexECB09D019217e444d
Octal35426023503141716104115
Binary111011001011000010011101011001100001111111010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB09D; }

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

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

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

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

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

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

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

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