#ECB194

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

Shades of Wax Flower #ECB194

Tints of Wax Flower #ECB194

Color information

#ECB194 (or 0xECB194) is unknown color: approx Wax Flower. HEX triplet: EC, B1 and 94. RGB value is (236,177,148). Sum of RGB (Red+Green+Blue) = 236+177+148=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 177 (69.53% from 255 or 31.55% from 561); Blue value is 148 (58.20% from 255 or 26.38% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB194 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB194 is #134E6B. Grayscale: #BFBFBF. Windows color (decimal): -1265260 or 9744876. OLE color: 9744876.

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

Color convert

RGB236177148-
CMYK00.250.370.07
HSL19.77º69.84%75.29%-
HSV(B)19.77º37.29%92.55%-
XYZ55.6651.4235.01-
YUV191.33103.55159.86-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.07%
GREEN value IS 177 (69.53% from 255) = 31.55%
BLUE value IS 148 (58.20% from 255) = 26.38%
R=42.07%
G=31.55%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617714800.250.370.0719.7769.8475.29
HexECB19401925714464b
Octal35426122403145724106113
Binary1110110010110001100101000110011001011111010010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB194; }

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

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

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

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

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

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

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

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