#ECAD9B

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

Shades of Wax Flower #ECAD9B

Tints of Wax Flower #ECAD9B

Color information

#ECAD9B (or 0xECAD9B) is unknown color: approx Wax Flower. HEX triplet: EC, AD and 9B. RGB value is (236,173,155). Sum of RGB (Red+Green+Blue) = 236+173+155=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 155 (60.94% from 255 or 27.48% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAD9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAD9B is #135264. Grayscale: #BDBDBD. Windows color (decimal): -1266277 or 10202604. OLE color: 10202604.

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

Color convert

RGB236173155-
CMYK00.270.340.07
HSL13.33º68.07%76.67%-
HSV(B)13.33º34.32%92.55%-
XYZ55.4550.0937.76-
YUV189.78108.37160.96-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.84%
GREEN value IS 173 (67.97% from 255) = 30.67%
BLUE value IS 155 (60.94% from 255) = 27.48%
R=41.84%
G=30.67%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617315500.270.340.0713.3368.0776.67
HexECAD9B01B227d444d
Octal35425523303342715104115
Binary111011001010110110011011011011100010111110110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAD9B; }

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

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

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

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

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

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

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

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