#ECB99E

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

Shades of Wax Flower #ECB99E

Tints of Wax Flower #ECB99E

Color information

#ECB99E (or 0xECB99E) is unknown color: approx Wax Flower. HEX triplet: EC, B9 and 9E. RGB value is (236,185,158). Sum of RGB (Red+Green+Blue) = 236+185+158=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 185 (72.66% from 255 or 31.95% from 579); Blue value is 158 (62.11% from 255 or 27.29% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB99E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB99E is #134661. Grayscale: #C5C5C5. Windows color (decimal): -1263202 or 10402284. OLE color: 10402284.

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

Color convert

RGB236185158-
CMYK00.220.330.07
HSL20.77º67.24%77.25%-
HSV(B)20.77º33.05%92.55%-
XYZ58.115539.9-
YUV197.17105.9155.7-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.76%
GREEN value IS 185 (72.66% from 255) = 31.95%
BLUE value IS 158 (62.11% from 255) = 27.29%
R=40.76%
G=31.95%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618515800.220.330.0720.7767.2477.25
HexECB99E01621715434d
Octal35427123602641725103115
Binary1110110010111001100111100101101000011111010110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB99E; }

 p { color: rgb(236,185,158); }

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

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

 a { background-color: rgb(236,185,158); }

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

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

 span { border-color: rgb(236,185,158); }

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