Html Css Color HEX #EBC5BF Dust Storm

📋 copy color: '#EBC5BF'

red 235 ◦ green 197 ◦ blue 191

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

Shades of Dust Storm #EBC5BF

Tints of Dust Storm #EBC5BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 30.66%

R = 37.72%
G = 31.62%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#EBC5BF (or 0xEBC5BF) is known color: Dust Storm. HEX triplet: EB, C5 and BF. RGB value is (235,197,191). Sum of RGB (Red+Green+Blue) = 235+197+191=623 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.72% from 623); Green value is 197 (77.34% from 255 or 31.62% from 623); Blue value is 191 (75% from 255 or 30.66% from 623); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC5BF is #143A40. Grayscale: #CFCFCF. Windows color (decimal): -1325633 or 12568043. OLE color: 12568043.

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

Color convert

RGB 235 197 191 -
CMYK 0 0.16 0.19 0.08
HSL 8.18º 0.52% 0.84% -
HSV(B) 8.18º 0.19% 0.92% -
XYZ 63.63 61.36 57.78 -
YUV 207.68 118.59 147.49 -
System Red Green Blue C M Y K H S L
Decimal 235 197 191 0 0.16 0.19 0.08 8.18 0.52 0.84
Hex EB C5 BF 0 10 13 8 8 34 54
Octal 353 305 277 0 20 23 10 10 64 124
Binary 11101011 11000101 10111111 0 10000 10011 1000 1000 110100 1010100

Color Harmonies of #EBC5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC5BF

Black with #EBC5BF

Text Example


Text Example

White with #EBC5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC5BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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