Html Css Color HEX #EAC7BD Dust Storm

📋 copy color: '#EAC7BD'

red 234 ◦ green 199 ◦ blue 189

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

Shades of Dust Storm #EAC7BD

Tints of Dust Storm #EAC7BD

RGB

 RED value IS 234 (91.8% from 255) = 37.62%

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

 BLUE value IS 189 (74.22% from 255) = 30.39%

R = 37.62%
G = 31.99%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#EAC7BD (or 0xEAC7BD) is known color: Dust Storm. HEX triplet: EA, C7 and BD. RGB value is (234,199,189). Sum of RGB (Red+Green+Blue) = 234+199+189=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 199 (78.12% from 255 or 31.99% from 622); Blue value is 189 (74.22% from 255 or 30.39% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC7BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC7BD is #153842. Grayscale: #D0D0D0. Windows color (decimal): -1390659 or 12437482. OLE color: 12437482.

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

Color convert

RGB 234 199 189 -
CMYK 0 0.15 0.19 0.08
HSL 13.33º 0.52% 0.83% -
HSV(B) 13.33º 0.19% 0.92% -
XYZ 63.54 62.01 56.76 -
YUV 208.33 117.1 146.31 -
System Red Green Blue C M Y K H S L
Decimal 234 199 189 0 0.15 0.19 0.08 13.33 0.52 0.83
Hex EA C7 BD 0 F 13 8 D 34 53
Octal 352 307 275 0 17 23 10 15 64 123
Binary 11101010 11000111 10111101 0 1111 10011 1000 1101 110100 1010011

Color Harmonies of #EAC7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC7BD

Black with #EAC7BD

Text Example


Text Example

White with #EAC7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC7BD; }

 p { color: rgb(234,199,189); }

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

background-color css

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

 a { background-color: rgb(234,199,189); }

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

border-color css

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

 span { border-color: rgb(234,199,189); }

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