#EFC6BE

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

Shades of Dust Storm #EFC6BE

Tints of Dust Storm #EFC6BE

Color information

#EFC6BE (or 0xEFC6BE) is unknown color: approx Dust Storm. HEX triplet: EF, C6 and BE. RGB value is (239,198,190). Sum of RGB (Red+Green+Blue) = 239+198+190=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 198 (77.73% from 255 or 31.58% from 627); Blue value is 190 (74.61% from 255 or 30.30% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC6BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC6BE is #103941. Grayscale: #D1D1D1. Windows color (decimal): -1063234 or 12502767. OLE color: 12502767.

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

Color convert

RGB239198190-
CMYK00.170.210.06
HSL9.8º60.49%84.12%-
HSV(B)9.8º20.5%93.73%-
XYZ65.0862.4657.34-
YUV209.35117.08149.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.12%
GREEN value IS 198 (77.73% from 255) = 31.58%
BLUE value IS 190 (74.61% from 255) = 30.30%
R=38.12%
G=31.58%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919819000.170.210.069.860.4984.12
HexEFC6BE011156a3c54
Octal3573062760212561274124
Binary1110111111000110101111100100011010111010101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC6BE; }

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

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

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

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

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

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

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

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