Html Css Color HEX #EFC6BE Dust Storm

📋 copy color: '#EFC6BE'

red 239 ◦ green 198 ◦ blue 190

#EFC6BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dust Storm #EFC6BE

Tints of Dust Storm #EFC6BE

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.3%

R = 38.12%
G = 31.58%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EFC6BE (or 0xEFC6BE) is known color: 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

RGB 239 198 190 -
CMYK 0 0.17 0.21 0.06
HSL 9.8º 0.6% 0.84% -
HSV(B) 9.8º 0.21% 0.94% -
XYZ 65.08 62.46 57.34 -
YUV 209.35 117.08 149.15 -
System Red Green Blue C M Y K H S L
Decimal 239 198 190 0 0.17 0.21 0.06 9.8 0.6 0.84
Hex EF C6 BE 0 11 15 6 A 3C 54
Octal 357 306 276 0 21 25 6 12 74 124
Binary 11101111 11000110 10111110 0 10001 10101 110 1010 111100 1010100

Color Harmonies of #EFC6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC6BE

Black with #EFC6BE

Text Example


Text Example

White with #EFC6BE

Text Example


Text Example

HTML Codes & Css Web 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>