#ECB99D

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

Shades of Wax Flower #ECB99D

Tints of Wax Flower #ECB99D

Color information

#ECB99D (or 0xECB99D) is unknown color: approx Wax Flower. HEX triplet: EC, B9 and 9D. RGB value is (236,185,157). Sum of RGB (Red+Green+Blue) = 236+185+157=578 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.83% from 578); Green value is 185 (72.66% from 255 or 32.01% from 578); Blue value is 157 (61.72% from 255 or 27.16% from 578); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB99D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB99D is #134662. Grayscale: #C5C5C5. Windows color (decimal): -1263203 or 10336748. OLE color: 10336748.

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

Color convert

RGB236185157-
CMYK00.220.330.07
HSL21.27º67.52%77.06%-
HSV(B)21.27º33.47%92.55%-
XYZ58.0354.9739.45-
YUV197.06105.4155.78-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.83%
GREEN value IS 185 (72.66% from 255) = 32.01%
BLUE value IS 157 (61.72% from 255) = 27.16%
R=40.83%
G=32.01%
B=27.16%

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
Decimal23618515700.220.330.0721.2767.5277.06
HexECB99D01621715444d
Octal35427123502641725104115
Binary1110110010111001100111010101101000011111010110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB99D; }

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

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

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

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

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

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

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

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