#EFC8BE

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

Shades of Dust Storm #EFC8BE

Tints of Dust Storm #EFC8BE

Color information

#EFC8BE (or 0xEFC8BE) is unknown color: approx Dust Storm. HEX triplet: EF, C8 and BE. RGB value is (239,200,190). Sum of RGB (Red+Green+Blue) = 239+200+190=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 200 (78.52% from 255 or 31.80% from 629); Blue value is 190 (74.61% from 255 or 30.21% from 629); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC8BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC8BE is #103741. Grayscale: #D2D2D2. Windows color (decimal): -1062722 or 12503279. OLE color: 12503279.

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

Color convert

RGB239200190-
CMYK00.160.210.06
HSL12.24º60.49%84.12%-
HSV(B)12.24º20.5%93.73%-
XYZ65.5563.3857.49-
YUV210.52116.42148.31-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.00%
GREEN value IS 200 (78.52% from 255) = 31.80%
BLUE value IS 190 (74.61% from 255) = 30.21%
R=38.00%
G=31.80%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920019000.160.210.0612.2460.4984.12
HexEFC8BE010156c3c54
Octal3573102760202561474124
Binary1110111111001000101111100100001010111011001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC8BE; }

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

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

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

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

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

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

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

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