Html Css Color HEX #EBC5BD Dust Storm

📋 copy color: '#EBC5BD'

red 235 ◦ green 197 ◦ blue 189

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

Shades of Dust Storm #EBC5BD

Tints of Dust Storm #EBC5BD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.72%

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

R = 37.84%
G = 31.72%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EBC5BD (or 0xEBC5BD) is known color: Dust Storm. HEX triplet: EB, C5 and BD. RGB value is (235,197,189). Sum of RGB (Red+Green+Blue) = 235+197+189=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 197 (77.34% from 255 or 31.72% from 621); Blue value is 189 (74.22% from 255 or 30.43% from 621); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC5BD is #143A42. Grayscale: #CFCFCF. Windows color (decimal): -1325635 or 12436971. OLE color: 12436971.

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

Color convert

RGB 235 197 189 -
CMYK 0 0.16 0.20 0.08
HSL 10.43º 0.53% 0.83% -
HSV(B) 10.43º 0.2% 0.92% -
XYZ 63.41 61.27 56.63 -
YUV 207.45 117.59 147.65 -
System Red Green Blue C M Y K H S L
Decimal 235 197 189 0 0.16 0.20 0.08 10.43 0.53 0.83
Hex EB C5 BD 0 10 14 8 A 35 53
Octal 353 305 275 0 20 24 10 12 65 123
Binary 11101011 11000101 10111101 0 10000 10100 1000 1010 110101 1010011

Color Harmonies of #EBC5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC5BD

Black with #EBC5BD

Text Example


Text Example

White with #EBC5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC5BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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