#ECA996

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

Shades of Wax Flower #ECA996

Tints of Wax Flower #ECA996

Color information

#ECA996 (or 0xECA996) is unknown color: approx Wax Flower. HEX triplet: EC, A9 and 96. RGB value is (236,169,150). Sum of RGB (Red+Green+Blue) = 236+169+150=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 169 (66.41% from 255 or 30.45% from 555); Blue value is 150 (58.98% from 255 or 27.03% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA996 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA996 is #135669. Grayscale: #BBBBBB. Windows color (decimal): -1267306 or 9873900. OLE color: 9873900.

HSL color Cylindrical-coordinate representation of color #ECA996: hue angle of 13.26º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ECA996 is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB236169150-
CMYK00.280.360.07
HSL13.26º69.35%75.69%-
HSV(B)13.26º36.44%92.55%-
XYZ54.2948.4135.34-
YUV186.87107.2163.04-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.52%
GREEN value IS 169 (66.41% from 255) = 30.45%
BLUE value IS 150 (58.98% from 255) = 27.03%
R=42.52%
G=30.45%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616915000.280.360.0713.2669.3575.69
HexECA99601C247d454c
Octal35425122603444715105114
Binary111011001010100110010110011100100100111110110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA996; }

 p { color: rgb(236,169,150); }

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

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

 a { background-color: rgb(236,169,150); }

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

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

 span { border-color: rgb(236,169,150); }

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