Html Css Color HEX #EBC7C1 Dust Storm

📋 copy color: '#EBC7C1'

red 235 ◦ green 199 ◦ blue 193

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

Shades of Dust Storm #EBC7C1

Tints of Dust Storm #EBC7C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 30.78%

R = 37.48%
G = 31.74%
B = 30.78%

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

#EBC7C1 (or 0xEBC7C1) is known color: Dust Storm. HEX triplet: EB, C7 and C1. RGB value is (235,199,193). Sum of RGB (Red+Green+Blue) = 235+199+193=627 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.48% from 627); Green value is 199 (78.12% from 255 or 31.74% from 627); Blue value is 193 (75.78% from 255 or 30.78% from 627); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC7C1 is #14383E. Grayscale: #D1D1D1. Windows color (decimal): -1325119 or 12699627. OLE color: 12699627.

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

Color convert

RGB 235 199 193 -
CMYK 0 0.15 0.18 0.08
HSL 8.57º 0.51% 0.84% -
HSV(B) 8.57º 0.18% 0.92% -
XYZ 64.31 62.36 59.1 -
YUV 209.08 118.93 146.49 -
System Red Green Blue C M Y K H S L
Decimal 235 199 193 0 0.15 0.18 0.08 8.57 0.51 0.84
Hex EB C7 C1 0 F 12 8 9 33 54
Octal 353 307 301 0 17 22 10 11 63 124
Binary 11101011 11000111 11000001 0 1111 10010 1000 1001 110011 1010100

Color Harmonies of #EBC7C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC7C1

Black with #EBC7C1

Text Example


Text Example

White with #EBC7C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC7C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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