#ECB69F

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

Shades of Wax Flower #ECB69F

Tints of Wax Flower #ECB69F

Color information

#ECB69F (or 0xECB69F) is unknown color: approx Wax Flower. HEX triplet: EC, B6 and 9F. RGB value is (236,182,159). Sum of RGB (Red+Green+Blue) = 236+182+159=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 182 (71.48% from 255 or 31.54% from 577); Blue value is 159 (62.5% from 255 or 27.56% from 577); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB69F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB69F is #134960. Grayscale: #C3C3C3. Windows color (decimal): -1263969 or 10467052. OLE color: 10467052.

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

Color convert

RGB236182159-
CMYK00.230.330.07
HSL17.92º66.96%77.45%-
HSV(B)17.92º32.63%92.55%-
XYZ57.5853.7940.15-
YUV195.52107.39156.87-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.90%
GREEN value IS 182 (71.48% from 255) = 31.54%
BLUE value IS 159 (62.5% from 255) = 27.56%
R=40.90%
G=31.54%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618215900.230.330.0717.9266.9677.45
HexECB69F01721712434d
Octal35426623702741722103115
Binary1110110010110110100111110101111000011111001010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB69F; }

 p { color: rgb(236,182,159); }

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

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

 a { background-color: rgb(236,182,159); }

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

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

 span { border-color: rgb(236,182,159); }

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