#EFC6BF

Color #EFC6BF Dust Storm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dust Storm #EFC6BF

Tints of Dust Storm #EFC6BF

Color information

#EFC6BF (or 0xEFC6BF) is unknown color: approx Dust Storm. HEX triplet: EF, C6 and BF. RGB value is (239,198,191). Sum of RGB (Red+Green+Blue) = 239+198+191=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 198 (77.73% from 255 or 31.53% from 628); Blue value is 191 (75% from 255 or 30.41% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC6BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC6BF is #103940. Grayscale: #D1D1D1. Windows color (decimal): -1063233 or 12568303. OLE color: 12568303.

HSL color Cylindrical-coordinate representation of color #EFC6BF: hue angle of 8.75º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFC6BF is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB239198191-
CMYK00.170.200.06
HSL8.75º60%84.31%-
HSV(B)8.75º20.08%93.73%-
XYZ65.1962.557.92-
YUV209.46117.58149.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.06%
GREEN value IS 198 (77.73% from 255) = 31.53%
BLUE value IS 191 (75% from 255) = 30.41%
R=38.06%
G=31.53%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919819100.170.200.068.756084.31
HexEFC6BF01114693c54
Octal3573062770212461174124
Binary1110111111000110101111110100011010011010011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC6BF; }

 p { color: rgb(239,198,191); }

 H1.HeaderClassName
 {
   color: #EFC6BF;
 }
 .AnyTagClassName
 {
   color: #EFC6BF;
 }
</style>
background-color css

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

 a { background-color: rgb(239,198,191); }

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

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

 span { border-color: rgb(239,198,191); }

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