#ECB69A

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

Shades of Wax Flower #ECB69A

Tints of Wax Flower #ECB69A

Color information

#ECB69A (or 0xECB69A) is unknown color: approx Wax Flower. HEX triplet: EC, B6 and 9A. RGB value is (236,182,154). Sum of RGB (Red+Green+Blue) = 236+182+154=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 182 (71.48% from 255 or 31.82% from 572); Blue value is 154 (60.55% from 255 or 26.92% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB69A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB69A is #134965. Grayscale: #C3C3C3. Windows color (decimal): -1263974 or 10139372. OLE color: 10139372.

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

Color convert

RGB236182154-
CMYK00.230.350.07
HSL20.49º68.33%76.47%-
HSV(B)20.49º34.75%92.55%-
XYZ57.1553.6237.91-
YUV194.95104.89157.28-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.26%
GREEN value IS 182 (71.48% from 255) = 31.82%
BLUE value IS 154 (60.55% from 255) = 26.92%
R=41.26%
G=31.82%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618215400.230.350.0720.4968.3376.47
HexECB69A01723714444c
Octal35426623202743724104114
Binary1110110010110110100110100101111000111111010010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB69A; }

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

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

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

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

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

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

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

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