#ECA99B

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

Shades of Wax Flower #ECA99B

Tints of Wax Flower #ECA99B

Color information

#ECA99B (or 0xECA99B) is unknown color: approx Wax Flower. HEX triplet: EC, A9 and 9B. RGB value is (236,169,155). Sum of RGB (Red+Green+Blue) = 236+169+155=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 169 (66.41% from 255 or 30.18% from 560); Blue value is 155 (60.94% from 255 or 27.68% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA99B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA99B is #135664. Grayscale: #BBBBBB. Windows color (decimal): -1267301 or 10201580. OLE color: 10201580.

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

Color convert

RGB236169155-
CMYK00.280.340.07
HSL10.37º68.07%76.67%-
HSV(B)10.37º34.32%92.55%-
XYZ54.748.5837.5-
YUV187.44109.7162.64-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.14%
GREEN value IS 169 (66.41% from 255) = 30.18%
BLUE value IS 155 (60.94% from 255) = 27.68%
R=42.14%
G=30.18%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616915500.280.340.0710.3768.0776.67
HexECA99B01C227a444d
Octal35425123303442712104115
Binary111011001010100110011011011100100010111101010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA99B; }

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

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

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

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

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

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

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

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