#ECB29F

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

Shades of Wax Flower #ECB29F

Tints of Wax Flower #ECB29F

Color information

#ECB29F (or 0xECB29F) is unknown color: approx Wax Flower. HEX triplet: EC, B2 and 9F. RGB value is (236,178,159). Sum of RGB (Red+Green+Blue) = 236+178+159=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 178 (69.92% from 255 or 31.06% from 573); Blue value is 159 (62.5% from 255 or 27.75% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB29F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB29F is #134D60. Grayscale: #C1C1C1. Windows color (decimal): -1264993 or 10466028. OLE color: 10466028.

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

Color convert

RGB236178159-
CMYK00.250.330.07
HSL14.81º66.96%77.45%-
HSV(B)14.81º32.63%92.55%-
XYZ56.7752.1839.88-
YUV193.18108.72158.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.19%
GREEN value IS 178 (69.92% from 255) = 31.06%
BLUE value IS 159 (62.5% from 255) = 27.75%
R=41.19%
G=31.06%
B=27.75%

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
Decimal23617815900.250.330.0714.8166.9677.45
HexECB29F019217f434d
Octal35426223703141717103115
Binary111011001011001010011111011001100001111111110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB29F; }

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

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

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

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

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

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

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

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