#EDC5BD

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

Shades of Dust Storm #EDC5BD

Tints of Dust Storm #EDC5BD

Color information

#EDC5BD (or 0xEDC5BD) is unknown color: approx Dust Storm. HEX triplet: ED, C5 and BD. RGB value is (237,197,189). Sum of RGB (Red+Green+Blue) = 237+197+189=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 197 (77.34% from 255 or 31.62% from 623); Blue value is 189 (74.22% from 255 or 30.34% from 623); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC5BD is #123A42. Grayscale: #D0D0D0. Windows color (decimal): -1194563 or 12436973. OLE color: 12436973.

HSL color Cylindrical-coordinate representation of color #EDC5BD: hue angle of 10º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDC5BD is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB237197189-
CMYK00.170.200.07
HSL10º57.14%83.53%-
HSV(B)10º20.25%92.94%-
XYZ64.0861.6156.66-
YUV208.05117.25148.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.04%
GREEN value IS 197 (77.34% from 255) = 31.62%
BLUE value IS 189 (74.22% from 255) = 30.34%
R=38.04%
G=31.62%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719718900.170.200.071057.1483.53
HexEDC5BD011147a3954
Octal3553052750212471271124
Binary1110110111000101101111010100011010011110101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC5BD; }

 p { color: rgb(237,197,189); }

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

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

 a { background-color: rgb(237,197,189); }

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

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

 span { border-color: rgb(237,197,189); }

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