#EDC4BA

Color #EDC4BA Dust Storm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dust Storm #EDC4BA

Tints of Dust Storm #EDC4BA

Color information

#EDC4BA (or 0xEDC4BA) is unknown color: approx Dust Storm. HEX triplet: ED, C4 and BA. RGB value is (237,196,186). Sum of RGB (Red+Green+Blue) = 237+196+186=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 196 (76.95% from 255 or 31.66% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC4BA is #123B45. Grayscale: #CFCFCF. Windows color (decimal): -1194822 or 12240109. OLE color: 12240109.

HSL color Cylindrical-coordinate representation of color #EDC4BA: hue angle of 11.76º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDC4BA is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB237196186-
CMYK00.170.220.07
HSL11.76º58.62%82.94%-
HSV(B)11.76º21.52%92.94%-
XYZ63.5361.0354.89-
YUV207.12116.08149.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.29%
GREEN value IS 196 (76.95% from 255) = 31.66%
BLUE value IS 186 (73.05% from 255) = 30.05%
R=38.29%
G=31.66%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719618600.170.220.0711.7658.6282.94
HexEDC4BA011167c3b53
Octal3553042720212671473123
Binary1110110111000100101110100100011011011111001110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC4BA; }

 p { color: rgb(237,196,186); }

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

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

 a { background-color: rgb(237,196,186); }

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

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

 span { border-color: rgb(237,196,186); }

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