#ECB29D

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

Shades of Wax Flower #ECB29D

Tints of Wax Flower #ECB29D

Color information

#ECB29D (or 0xECB29D) is unknown color: approx Wax Flower. HEX triplet: EC, B2 and 9D. RGB value is (236,178,157). Sum of RGB (Red+Green+Blue) = 236+178+157=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 178 (69.92% from 255 or 31.17% from 571); Blue value is 157 (61.72% from 255 or 27.50% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB29D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB29D is #134D62. Grayscale: #C1C1C1. Windows color (decimal): -1264995 or 10334956. OLE color: 10334956.

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

Color convert

RGB236178157-
CMYK00.250.330.07
HSL15.95º67.52%77.06%-
HSV(B)15.95º33.47%92.55%-
XYZ56.652.1138.97-
YUV192.95107.72158.71-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.33%
GREEN value IS 178 (69.92% from 255) = 31.17%
BLUE value IS 157 (61.72% from 255) = 27.50%
R=41.33%
G=31.17%
B=27.50%

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
Decimal23617815700.250.330.0715.9567.5277.06
HexECB29D01921710444d
Octal35426223503141720104115
Binary1110110010110010100111010110011000011111000010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB29D; }

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

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

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

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

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

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

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

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