#ECB097

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

Shades of Wax Flower #ECB097

Tints of Wax Flower #ECB097

Color information

#ECB097 (or 0xECB097) is unknown color: approx Wax Flower. HEX triplet: EC, B0 and 97. RGB value is (236,176,151). Sum of RGB (Red+Green+Blue) = 236+176+151=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 176 (69.14% from 255 or 31.26% from 563); Blue value is 151 (59.38% from 255 or 26.82% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB097 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB097 is #134F68. Grayscale: #BFBFBF. Windows color (decimal): -1265513 or 9941228. OLE color: 9941228.

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

Color convert

RGB236176151-
CMYK00.250.360.07
HSL17.65º69.11%75.88%-
HSV(B)17.65º36.02%92.55%-
XYZ55.751.1236.21-
YUV191.09105.38160.03-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.92%
GREEN value IS 176 (69.14% from 255) = 31.26%
BLUE value IS 151 (59.38% from 255) = 26.82%
R=41.92%
G=31.26%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617615100.250.360.0717.6569.1175.88
HexECB09701924712454c
Octal35426022703144722105114
Binary1110110010110000100101110110011001001111001010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB097; }

 p { color: rgb(236,176,151); }

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

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

 a { background-color: rgb(236,176,151); }

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

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

 span { border-color: rgb(236,176,151); }

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