Html Css Color HEX #EBC7C0 Dust Storm

📋 copy color: '#EBC7C0'

red 235 ◦ green 199 ◦ blue 192

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

Shades of Dust Storm #EBC7C0

Tints of Dust Storm #EBC7C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 30.67%

R = 37.54%
G = 31.79%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EBC7C0 (or 0xEBC7C0) is known color: Dust Storm. HEX triplet: EB, C7 and C0. RGB value is (235,199,192). Sum of RGB (Red+Green+Blue) = 235+199+192=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 199 (78.12% from 255 or 31.79% from 626); Blue value is 192 (75.39% from 255 or 30.67% from 626); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC7C0 is #14383F. Grayscale: #D1D1D1. Windows color (decimal): -1325120 or 12634091. OLE color: 12634091.

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

Color convert

RGB 235 199 192 -
CMYK 0 0.15 0.18 0.08
HSL 9.77º 0.52% 0.84% -
HSV(B) 9.77º 0.18% 0.92% -
XYZ 64.2 62.31 58.51 -
YUV 208.97 118.43 146.57 -
System Red Green Blue C M Y K H S L
Decimal 235 199 192 0 0.15 0.18 0.08 9.77 0.52 0.84
Hex EB C7 C0 0 F 12 8 A 34 54
Octal 353 307 300 0 17 22 10 12 64 124
Binary 11101011 11000111 11000000 0 1111 10010 1000 1010 110100 1010100

Color Harmonies of #EBC7C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC7C0

Black with #EBC7C0

Text Example


Text Example

White with #EBC7C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC7C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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