Html Css Color HEX #EEC4B9 Dust Storm

📋 copy color: '#EEC4B9'

red 238 ◦ green 196 ◦ blue 185

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

Shades of Dust Storm #EEC4B9

Tints of Dust Storm #EEC4B9

RGB

 RED value IS 238 (93.36% from 255) = 38.45%

 GREEN value IS 196 (76.95% from 255) = 31.66%

 BLUE value IS 185 (72.66% from 255) = 29.89%

R = 38.45%
G = 31.66%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EEC4B9 (or 0xEEC4B9) is known color: Dust Storm. HEX triplet: EE, C4 and B9. RGB value is (238,196,185). Sum of RGB (Red+Green+Blue) = 238+196+185=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 196 (76.95% from 255 or 31.66% from 619); Blue value is 185 (72.66% from 255 or 29.89% from 619); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC4B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC4B9 is #113B46. Grayscale: #CFCFCF. Windows color (decimal): -1129287 or 12174574. OLE color: 12174574.

HSL color Cylindrical-coordinate representation of color #EEC4B9: hue angle of 12.45º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EEC4B9 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 196 185 -
CMYK 0 0.18 0.22 0.07
HSL 12.45º 0.61% 0.83% -
HSV(B) 12.45º 0.22% 0.93% -
XYZ 63.76 61.16 54.34 -
YUV 207.3 115.41 149.89 -
System Red Green Blue C M Y K H S L
Decimal 238 196 185 0 0.18 0.22 0.07 12.45 0.61 0.83
Hex EE C4 B9 0 12 16 7 C 3D 53
Octal 356 304 271 0 22 26 7 14 75 123
Binary 11101110 11000100 10111001 0 10010 10110 111 1100 111101 1010011

Color Harmonies of #EEC4B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC4B9

Black with #EEC4B9

Text Example


Text Example

White with #EEC4B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC4B9; }

 p { color: rgb(238,196,185); }

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

background-color css

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

 a { background-color: rgb(238,196,185); }

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

border-color css

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

 span { border-color: rgb(238,196,185); }

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