#ECB59B

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

Shades of Wax Flower #ECB59B

Tints of Wax Flower #ECB59B

Color information

#ECB59B (or 0xECB59B) is unknown color: approx Wax Flower. HEX triplet: EC, B5 and 9B. RGB value is (236,181,155). Sum of RGB (Red+Green+Blue) = 236+181+155=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 181 (71.09% from 255 or 31.64% from 572); Blue value is 155 (60.94% from 255 or 27.10% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB59B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB59B is #134A64. Grayscale: #C2C2C2. Windows color (decimal): -1264229 or 10204652. OLE color: 10204652.

HSL color Cylindrical-coordinate representation of color #ECB59B: hue angle of 19.26º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ECB59B is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB236181155-
CMYK00.230.340.07
HSL19.26º68.07%76.67%-
HSV(B)19.26º34.32%92.55%-
XYZ57.0353.2538.28-
YUV194.48105.72157.61-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.26%
GREEN value IS 181 (71.09% from 255) = 31.64%
BLUE value IS 155 (60.94% from 255) = 27.10%
R=41.26%
G=31.64%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618115500.230.340.0719.2668.0776.67
HexECB59B01722713444d
Octal35426523302742723104115
Binary1110110010110101100110110101111000101111001110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB59B; }

 p { color: rgb(236,181,155); }

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

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

 a { background-color: rgb(236,181,155); }

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

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

 span { border-color: rgb(236,181,155); }

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