Html Css Color HEX #EBC8C0 Dust Storm

📋 copy color: '#EBC8C0'

red 235 ◦ green 200 ◦ blue 192

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

Shades of Dust Storm #EBC8C0

Tints of Dust Storm #EBC8C0

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.9%

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

R = 37.48%
G = 31.9%
B = 30.62%

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

#EBC8C0 (or 0xEBC8C0) is known color: Dust Storm. HEX triplet: EB, C8 and C0. RGB value is (235,200,192). Sum of RGB (Red+Green+Blue) = 235+200+192=627 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.48% from 627); Green value is 200 (78.52% from 255 or 31.90% from 627); Blue value is 192 (75.39% from 255 or 30.62% from 627); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC8C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC8C0 is #14373F. Grayscale: #D1D1D1. Windows color (decimal): -1324864 or 12634347. OLE color: 12634347.

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

Color convert

RGB 235 200 192 -
CMYK 0 0.15 0.18 0.08
HSL 11.16º 0.52% 0.84% -
HSV(B) 11.16º 0.18% 0.92% -
XYZ 64.43 62.78 58.59 -
YUV 209.55 118.1 146.15 -
System Red Green Blue C M Y K H S L
Decimal 235 200 192 0 0.15 0.18 0.08 11.16 0.52 0.84
Hex EB C8 C0 0 F 12 8 B 34 54
Octal 353 310 300 0 17 22 10 13 64 124
Binary 11101011 11001000 11000000 0 1111 10010 1000 1011 110100 1010100

Color Harmonies of #EBC8C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC8C0

Black with #EBC8C0

Text Example


Text Example

White with #EBC8C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC8C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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