Html Css Color HEX #EBC7BA Dust Storm

📋 copy color: '#EBC7BA'

red 235 ◦ green 199 ◦ blue 186

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

Shades of Dust Storm #EBC7BA

Tints of Dust Storm #EBC7BA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.1%

 BLUE value IS 186 (73.05% from 255) = 30%

R = 37.9%
G = 32.1%
B = 30%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EBC7BA (or 0xEBC7BA) is known color: Dust Storm. HEX triplet: EB, C7 and BA. RGB value is (235,199,186). Sum of RGB (Red+Green+Blue) = 235+199+186=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 199 (78.12% from 255 or 32.10% from 620); Blue value is 186 (73.05% from 255 or 30% from 620); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC7BA is #143845. Grayscale: #D0D0D0. Windows color (decimal): -1325126 or 12240875. OLE color: 12240875.

HSL color Cylindrical-coordinate representation of color #EBC7BA: hue angle of 15.92º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBC7BA is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 199 186 -
CMYK 0 0.15 0.21 0.08
HSL 15.92º 0.55% 0.83% -
HSV(B) 15.92º 0.21% 0.92% -
XYZ 63.55 62.05 55.08 -
YUV 208.28 115.43 147.06 -
System Red Green Blue C M Y K H S L
Decimal 235 199 186 0 0.15 0.21 0.08 15.92 0.55 0.83
Hex EB C7 BA 0 F 15 8 10 37 53
Octal 353 307 272 0 17 25 10 20 67 123
Binary 11101011 11000111 10111010 0 1111 10101 1000 10000 110111 1010011

Color Harmonies of #EBC7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC7BA

Black with #EBC7BA

Text Example


Text Example

White with #EBC7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC7BA; }

 p { color: rgb(235,199,186); }

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

background-color css

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

 a { background-color: rgb(235,199,186); }

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

border-color css

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

 span { border-color: rgb(235,199,186); }

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