#EFC4BA

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

Shades of Dust Storm #EFC4BA

Tints of Dust Storm #EFC4BA

Color information

#EFC4BA (or 0xEFC4BA) is unknown color: approx Dust Storm. HEX triplet: EF, C4 and BA. RGB value is (239,196,186). Sum of RGB (Red+Green+Blue) = 239+196+186=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 196 (76.95% from 255 or 31.56% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC4BA is #103B45. Grayscale: #CFCFCF. Windows color (decimal): -1063750 or 12240111. OLE color: 12240111.

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

Color convert

RGB239196186-
CMYK00.180.220.06
HSL11.32º62.35%83.33%-
HSV(B)11.32º22.18%93.73%-
XYZ64.261.3854.92-
YUV207.72115.75150.31-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.49%
GREEN value IS 196 (76.95% from 255) = 31.56%
BLUE value IS 186 (73.05% from 255) = 29.95%
R=38.49%
G=31.56%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919618600.180.220.0611.3262.3583.33
HexEFC4BA012166b3e53
Octal3573042720222661376123
Binary1110111111000100101110100100101011011010111111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC4BA; }

 p { color: rgb(239,196,186); }

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

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

 a { background-color: rgb(239,196,186); }

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

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

 span { border-color: rgb(239,196,186); }

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