Html Css Color HEX #EBC6B9 Dust Storm

📋 copy color: '#EBC6B9'

red 235 ◦ green 198 ◦ blue 185

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

Shades of Dust Storm #EBC6B9

Tints of Dust Storm #EBC6B9

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.04%

 BLUE value IS 185 (72.66% from 255) = 29.94%

R = 38.03%
G = 32.04%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EBC6B9 (or 0xEBC6B9) is known color: Dust Storm. HEX triplet: EB, C6 and B9. RGB value is (235,198,185). Sum of RGB (Red+Green+Blue) = 235+198+185=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 198 (77.73% from 255 or 32.04% from 618); Blue value is 185 (72.66% from 255 or 29.94% from 618); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC6B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC6B9 is #143946. Grayscale: #CFCFCF. Windows color (decimal): -1325383 or 12175083. OLE color: 12175083.

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

Color convert

RGB 235 198 185 -
CMYK 0 0.16 0.21 0.08
HSL 15.6º 0.56% 0.82% -
HSV(B) 15.6º 0.21% 0.92% -
XYZ 63.21 61.55 54.45 -
YUV 207.58 115.26 147.56 -
System Red Green Blue C M Y K H S L
Decimal 235 198 185 0 0.16 0.21 0.08 15.6 0.56 0.82
Hex EB C6 B9 0 10 15 8 10 38 52
Octal 353 306 271 0 20 25 10 20 70 122
Binary 11101011 11000110 10111001 0 10000 10101 1000 10000 111000 1010010

Color Harmonies of #EBC6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC6B9

Black with #EBC6B9

Text Example


Text Example

White with #EBC6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC6B9; }

 p { color: rgb(235,198,185); }

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

background-color css

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

 a { background-color: rgb(235,198,185); }

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

border-color css

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

 span { border-color: rgb(235,198,185); }

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