#ECB197

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

Shades of Wax Flower #ECB197

Tints of Wax Flower #ECB197

Color information

#ECB197 (or 0xECB197) is unknown color: approx Wax Flower. HEX triplet: EC, B1 and 97. RGB value is (236,177,151). Sum of RGB (Red+Green+Blue) = 236+177+151=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 177 (69.53% from 255 or 31.38% from 564); Blue value is 151 (59.38% from 255 or 26.77% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB197 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB197 is #134E68. Grayscale: #BFBFBF. Windows color (decimal): -1265257 or 9941484. OLE color: 9941484.

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

Color convert

RGB236177151-
CMYK00.250.360.07
HSL18.35º69.11%75.88%-
HSV(B)18.35º36.02%92.55%-
XYZ55.951.5136.27-
YUV191.68105.05159.61-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.84%
GREEN value IS 177 (69.53% from 255) = 31.38%
BLUE value IS 151 (59.38% from 255) = 26.77%
R=41.84%
G=31.38%
B=26.77%

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
Decimal23617715100.250.360.0718.3569.1175.88
HexECB19701924712454c
Octal35426122703144722105114
Binary1110110010110001100101110110011001001111001010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB197; }

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

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

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

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

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

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

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

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