#ECB499

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

Shades of Wax Flower #ECB499

Tints of Wax Flower #ECB499

Color information

#ECB499 (or 0xECB499) is unknown color: approx Wax Flower. HEX triplet: EC, B4 and 99. RGB value is (236,180,153). Sum of RGB (Red+Green+Blue) = 236+180+153=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 180 (70.70% from 255 or 31.63% from 569); Blue value is 153 (60.16% from 255 or 26.89% from 569); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB499 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB499 is #134B66. Grayscale: #C1C1C1. Windows color (decimal): -1264487 or 10073324. OLE color: 10073324.

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

Color convert

RGB236180153-
CMYK00.240.350.07
HSL19.52º68.6%76.27%-
HSV(B)19.52º35.17%92.55%-
XYZ56.6652.7837.34-
YUV193.67105.05158.2-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.48%
GREEN value IS 180 (70.70% from 255) = 31.63%
BLUE value IS 153 (60.16% from 255) = 26.89%
R=41.48%
G=31.63%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618015300.240.350.0719.5268.676.27
HexECB49901823714454c
Octal35426423103043724105114
Binary1110110010110100100110010110001000111111010010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB499; }

 p { color: rgb(236,180,153); }

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

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

 a { background-color: rgb(236,180,153); }

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

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

 span { border-color: rgb(236,180,153); }

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