#ECA99D

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

Shades of Wax Flower #ECA99D

Tints of Wax Flower #ECA99D

Color information

#ECA99D (or 0xECA99D) is unknown color: approx Wax Flower. HEX triplet: EC, A9 and 9D. RGB value is (236,169,157). Sum of RGB (Red+Green+Blue) = 236+169+157=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 169 (66.41% from 255 or 30.07% from 562); Blue value is 157 (61.72% from 255 or 27.94% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA99D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA99D is #135662. Grayscale: #BBBBBB. Windows color (decimal): -1267299 or 10332652. OLE color: 10332652.

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

Color convert

RGB236169157-
CMYK00.280.330.07
HSL9.11º67.52%77.06%-
HSV(B)9.11º33.47%92.55%-
XYZ54.8748.6438.4-
YUV187.66110.7162.48-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.99%
GREEN value IS 169 (66.41% from 255) = 30.07%
BLUE value IS 157 (61.72% from 255) = 27.94%
R=41.99%
G=30.07%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616915700.280.330.079.1167.5277.06
HexECA99D01C2179444d
Octal35425123503441711104115
Binary111011001010100110011101011100100001111100110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA99D; }

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

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

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

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

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

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

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

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