Html Css Color HEX #EBC9BD Dust Storm

📋 copy color: '#EBC9BD'

red 235 ◦ green 201 ◦ blue 189

#EBC9BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dust Storm #EBC9BD

Tints of Dust Storm #EBC9BD

RGB

 RED value IS 235 (92.19% from 255) = 37.6%

 GREEN value IS 201 (78.91% from 255) = 32.16%

 BLUE value IS 189 (74.22% from 255) = 30.24%

R = 37.6%
G = 32.16%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EBC9BD (or 0xEBC9BD) is known color: Dust Storm. HEX triplet: EB, C9 and BD. RGB value is (235,201,189). Sum of RGB (Red+Green+Blue) = 235+201+189=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 201 (78.91% from 255 or 32.16% from 625); Blue value is 189 (74.22% from 255 or 30.24% from 625); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC9BD is #143642. Grayscale: #D1D1D1. Windows color (decimal): -1324611 or 12437995. OLE color: 12437995.

HSL color Cylindrical-coordinate representation of color #EBC9BD: hue angle of 15.65º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBC9BD is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 201 189 -
CMYK 0 0.14 0.20 0.08
HSL 15.65º 0.53% 0.83% -
HSV(B) 15.65º 0.2% 0.92% -
XYZ 64.33 63.11 56.93 -
YUV 209.8 116.26 145.98 -
System Red Green Blue C M Y K H S L
Decimal 235 201 189 0 0.14 0.20 0.08 15.65 0.53 0.83
Hex EB C9 BD 0 E 14 8 10 35 53
Octal 353 311 275 0 16 24 10 20 65 123
Binary 11101011 11001001 10111101 0 1110 10100 1000 10000 110101 1010011

Color Harmonies of #EBC9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC9BD

Black with #EBC9BD

Text Example


Text Example

White with #EBC9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC9BD; }

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

 H1.HeaderClassName
 {
   color: #EBC9BD;
 }
 .AnyTagClassName
 {
   color: #EBC9BD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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