#EDC9BF

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

Shades of Dust Storm #EDC9BF

Tints of Dust Storm #EDC9BF

Color information

#EDC9BF (or 0xEDC9BF) is unknown color: approx Dust Storm. HEX triplet: ED, C9 and BF. RGB value is (237,201,191). Sum of RGB (Red+Green+Blue) = 237+201+191=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 201 (78.91% from 255 or 31.96% from 629); Blue value is 191 (75% from 255 or 30.37% from 629); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC9BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC9BF is #123640. Grayscale: #D2D2D2. Windows color (decimal): -1193537 or 12569069. OLE color: 12569069.

HSL color Cylindrical-coordinate representation of color #EDC9BF: hue angle of 13.04º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDC9BF is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB237201191-
CMYK00.150.190.07
HSL13.04º56.1%83.92%-
HSV(B)13.04º19.41%92.94%-
XYZ65.2263.5458.12-
YUV210.62116.93146.81-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.68%
GREEN value IS 201 (78.91% from 255) = 31.96%
BLUE value IS 191 (75% from 255) = 30.37%
R=37.68%
G=31.96%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720119100.150.190.0713.0456.183.92
HexEDC9BF0F137d3854
Octal3553112770172371570124
Binary111011011100100110111111011111001111111011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC9BF; }

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

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

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

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

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

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

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

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