#EFC7BE

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

Shades of Dust Storm #EFC7BE

Tints of Dust Storm #EFC7BE

Color information

#EFC7BE (or 0xEFC7BE) is unknown color: approx Dust Storm. HEX triplet: EF, C7 and BE. RGB value is (239,199,190). Sum of RGB (Red+Green+Blue) = 239+199+190=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 199 (78.12% from 255 or 31.69% from 628); Blue value is 190 (74.61% from 255 or 30.25% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC7BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC7BE is #103841. Grayscale: #D2D2D2. Windows color (decimal): -1062978 or 12503023. OLE color: 12503023.

HSL color Cylindrical-coordinate representation of color #EFC7BE: hue angle of 11.02º 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 #EFC7BE is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB239199190-
CMYK00.170.210.06
HSL11.02º60.49%84.12%-
HSV(B)11.02º20.5%93.73%-
XYZ65.3162.9257.42-
YUV209.93116.75148.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.06%
GREEN value IS 199 (78.12% from 255) = 31.69%
BLUE value IS 190 (74.61% from 255) = 30.25%
R=38.06%
G=31.69%
B=30.25%

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
Decimal23919919000.170.210.0611.0260.4984.12
HexEFC7BE011156b3c54
Octal3573072760212561374124
Binary1110111111000111101111100100011010111010111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC7BE; }

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

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

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

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

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

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

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

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