#ECB19B

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

Shades of Wax Flower #ECB19B

Tints of Wax Flower #ECB19B

Color information

#ECB19B (or 0xECB19B) is unknown color: approx Wax Flower. HEX triplet: EC, B1 and 9B. RGB value is (236,177,155). Sum of RGB (Red+Green+Blue) = 236+177+155=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 177 (69.53% from 255 or 31.16% from 568); Blue value is 155 (60.94% from 255 or 27.29% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB19B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB19B is #134E64. Grayscale: #C0C0C0. Windows color (decimal): -1265253 or 10203628. OLE color: 10203628.

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

Color convert

RGB236177155-
CMYK00.250.340.07
HSL16.3º68.07%76.67%-
HSV(B)16.3º34.32%92.55%-
XYZ56.2351.6438.01-
YUV192.13107.05159.29-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.55%
GREEN value IS 177 (69.53% from 255) = 31.16%
BLUE value IS 155 (60.94% from 255) = 27.29%
R=41.55%
G=31.16%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617715500.250.340.0716.368.0776.67
HexECB19B01922710444d
Octal35426123303142720104115
Binary1110110010110001100110110110011000101111000010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB19B; }

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

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

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

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

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

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

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

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