#EDC9BD

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

Shades of Dust Storm #EDC9BD

Tints of Dust Storm #EDC9BD

Color information

#EDC9BD (or 0xEDC9BD) is unknown color: approx Dust Storm. HEX triplet: ED, C9 and BD. RGB value is (237,201,189). Sum of RGB (Red+Green+Blue) = 237+201+189=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 201 (78.91% from 255 or 32.06% from 627); Blue value is 189 (74.22% from 255 or 30.14% from 627); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC9BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC9BD is #123642. Grayscale: #D2D2D2. Windows color (decimal): -1193539 or 12437997. OLE color: 12437997.

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

Color convert

RGB237201189-
CMYK00.150.200.07
HSL15º57.14%83.53%-
HSV(B)15º20.25%92.94%-
XYZ6563.4556.97-
YUV210.4115.93146.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.80%
GREEN value IS 201 (78.91% from 255) = 32.06%
BLUE value IS 189 (74.22% from 255) = 30.14%
R=37.80%
G=32.06%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720118900.150.200.071557.1483.53
HexEDC9BD0F147f3954
Octal3553112750172471771124
Binary111011011100100110111101011111010011111111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC9BD; }

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

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

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

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

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

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

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

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