Html Css Color HEX #EBC9C2 Dust Storm

📋 copy color: '#EBC9C2'

red 235 ◦ green 201 ◦ blue 194

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

Shades of Dust Storm #EBC9C2

Tints of Dust Storm #EBC9C2

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.9%

 BLUE value IS 194 (76.17% from 255) = 30.79%

R = 37.3%
G = 31.9%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EBC9C2 (or 0xEBC9C2) is known color: Dust Storm. HEX triplet: EB, C9 and C2. RGB value is (235,201,194). Sum of RGB (Red+Green+Blue) = 235+201+194=630 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.30% from 630); Green value is 201 (78.91% from 255 or 31.90% from 630); Blue value is 194 (76.17% from 255 or 30.79% from 630); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC9C2 is #14363D. Grayscale: #D2D2D2. Windows color (decimal): -1324606 or 12765675. OLE color: 12765675.

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

Color convert

RGB 235 201 194 -
CMYK 0 0.14 0.17 0.08
HSL 10.24º 0.51% 0.84% -
HSV(B) 10.24º 0.17% 0.92% -
XYZ 64.89 63.33 59.84 -
YUV 210.37 118.76 145.57 -
System Red Green Blue C M Y K H S L
Decimal 235 201 194 0 0.14 0.17 0.08 10.24 0.51 0.84
Hex EB C9 C2 0 E 11 8 A 33 54
Octal 353 311 302 0 16 21 10 12 63 124
Binary 11101011 11001001 11000010 0 1110 10001 1000 1010 110011 1010100

Color Harmonies of #EBC9C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC9C2

Black with #EBC9C2

Text Example


Text Example

White with #EBC9C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC9C2; }

 p { color: rgb(235,201,194); }

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

background-color css

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

 a { background-color: rgb(235,201,194); }

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

border-color css

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

 span { border-color: rgb(235,201,194); }

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