Html Css Color HEX #EBC4BE Dust Storm

📋 copy color: '#EBC4BE'

red 235 ◦ green 196 ◦ blue 190

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

Shades of Dust Storm #EBC4BE

Tints of Dust Storm #EBC4BE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.56%

 BLUE value IS 190 (74.61% from 255) = 30.6%

R = 37.84%
G = 31.56%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#EBC4BE (or 0xEBC4BE) is known color: Dust Storm. HEX triplet: EB, C4 and BE. RGB value is (235,196,190). Sum of RGB (Red+Green+Blue) = 235+196+190=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 196 (76.95% from 255 or 31.56% from 621); Blue value is 190 (74.61% from 255 or 30.60% from 621); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC4BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC4BE is #143B41. Grayscale: #CFCFCF. Windows color (decimal): -1325890 or 12502251. OLE color: 12502251.

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

Color convert

RGB 235 196 190 -
CMYK 0 0.17 0.19 0.08
HSL 0.53% 0.83% -
HSV(B) 0.19% 0.92% -
XYZ 63.3 60.86 57.13 -
YUV 206.98 118.42 147.99 -
System Red Green Blue C M Y K H S L
Decimal 235 196 190 0 0.17 0.19 0.08 8 0.53 0.83
Hex EB C4 BE 0 11 13 8 8 35 53
Octal 353 304 276 0 21 23 10 10 65 123
Binary 11101011 11000100 10111110 0 10001 10011 1000 1000 110101 1010011

Color Harmonies of #EBC4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC4BE

Black with #EBC4BE

Text Example


Text Example

White with #EBC4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC4BE; }

 p { color: rgb(235,196,190); }

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

background-color css

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

 a { background-color: rgb(235,196,190); }

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

border-color css

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

 span { border-color: rgb(235,196,190); }

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