#ECBDA2

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

Shades of Wax Flower #ECBDA2

Tints of Wax Flower #ECBDA2

Color information

#ECBDA2 (or 0xECBDA2) is unknown color: approx Wax Flower. HEX triplet: EC, BD and A2. RGB value is (236,189,162). Sum of RGB (Red+Green+Blue) = 236+189+162=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 162 (63.67% from 255 or 27.60% from 587); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBDA2 is #13425D. Grayscale: #C8C8C8. Windows color (decimal): -1262174 or 10665452. OLE color: 10665452.

HSL color Cylindrical-coordinate representation of color #ECBDA2: hue angle of 21.89º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ECBDA2 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB236189162-
CMYK00.200.310.07
HSL21.89º66.07%78.04%-
HSV(B)21.89º31.36%92.55%-
XYZ59.3156.8442.03-
YUV199.98106.57153.7-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.20%
GREEN value IS 189 (74.22% from 255) = 32.20%
BLUE value IS 162 (63.67% from 255) = 27.60%
R=40.20%
G=32.20%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618916200.200.310.0721.8966.0778.04
HexECBDA20141F716424e
Octal35427524202437726102116
Binary111011001011110110100010010100111111111011010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBDA2; }

 p { color: rgb(236,189,162); }

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

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

 a { background-color: rgb(236,189,162); }

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

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

 span { border-color: rgb(236,189,162); }

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