Html Css Color HEX #EBC5C0 Dust Storm

📋 copy color: '#EBC5C0'

red 235 ◦ green 197 ◦ blue 192

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

Shades of Dust Storm #EBC5C0

Tints of Dust Storm #EBC5C0

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.57%

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

R = 37.66%
G = 31.57%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EBC5C0 (or 0xEBC5C0) is known color: Dust Storm. HEX triplet: EB, C5 and C0. RGB value is (235,197,192). Sum of RGB (Red+Green+Blue) = 235+197+192=624 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.66% from 624); Green value is 197 (77.34% from 255 or 31.57% from 624); Blue value is 192 (75.39% from 255 or 30.77% from 624); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC5C0 is #143A3F. Grayscale: #CFCFCF. Windows color (decimal): -1325632 or 12633579. OLE color: 12633579.

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

Color convert

RGB 235 197 192 -
CMYK 0 0.16 0.18 0.08
HSL 6.98º 0.52% 0.84% -
HSV(B) 6.98º 0.18% 0.92% -
XYZ 63.74 61.4 58.36 -
YUV 207.79 119.09 147.41 -
System Red Green Blue C M Y K H S L
Decimal 235 197 192 0 0.16 0.18 0.08 6.98 0.52 0.84
Hex EB C5 C0 0 10 12 8 7 34 54
Octal 353 305 300 0 20 22 10 7 64 124
Binary 11101011 11000101 11000000 0 10000 10010 1000 111 110100 1010100

Color Harmonies of #EBC5C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC5C0

Black with #EBC5C0

Text Example


Text Example

White with #EBC5C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC5C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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