#ECB29E

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

Shades of Wax Flower #ECB29E

Tints of Wax Flower #ECB29E

Color information

#ECB29E (or 0xECB29E) is unknown color: approx Wax Flower. HEX triplet: EC, B2 and 9E. RGB value is (236,178,158). Sum of RGB (Red+Green+Blue) = 236+178+158=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 178 (69.92% from 255 or 31.12% from 572); Blue value is 158 (62.11% from 255 or 27.62% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB29E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB29E is #134D61. Grayscale: #C1C1C1. Windows color (decimal): -1264994 or 10400492. OLE color: 10400492.

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

Color convert

RGB236178158-
CMYK00.250.330.07
HSL15.38º67.24%77.25%-
HSV(B)15.38º33.05%92.55%-
XYZ56.6852.1439.42-
YUV193.06108.22158.63-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.26%
GREEN value IS 178 (69.92% from 255) = 31.12%
BLUE value IS 158 (62.11% from 255) = 27.62%
R=41.26%
G=31.12%
B=27.62%

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
Decimal23617815800.250.330.0715.3867.2477.25
HexECB29E019217f434d
Octal35426223603141717103115
Binary111011001011001010011110011001100001111111110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB29E; }

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

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

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

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

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

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

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

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