#EFC4BB

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

Shades of Dust Storm #EFC4BB

Tints of Dust Storm #EFC4BB

Color information

#EFC4BB (or 0xEFC4BB) is unknown color: approx Dust Storm. HEX triplet: EF, C4 and BB. RGB value is (239,196,187). Sum of RGB (Red+Green+Blue) = 239+196+187=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 196 (76.95% from 255 or 31.51% from 622); Blue value is 187 (73.44% from 255 or 30.06% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC4BB is #103B44. Grayscale: #CFCFCF. Windows color (decimal): -1063749 or 12305647. OLE color: 12305647.

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

Color convert

RGB239196187-
CMYK00.180.220.06
HSL10.38º61.9%83.53%-
HSV(B)10.38º21.76%93.73%-
XYZ64.3161.4255.48-
YUV207.83116.25150.23-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.42%
GREEN value IS 196 (76.95% from 255) = 31.51%
BLUE value IS 187 (73.44% from 255) = 30.06%
R=38.42%
G=31.51%
B=30.06%

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
Decimal23919618700.180.220.0610.3861.983.53
HexEFC4BB012166a3e54
Octal3573042730222661276124
Binary1110111111000100101110110100101011011010101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC4BB; }

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

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

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

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

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

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

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

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