Html Css Color HEX #EFC4BA Dust Storm

📋 copy color: '#EFC4BA'

red 239 ◦ green 196 ◦ blue 186

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

Shades of Dust Storm #EFC4BA

Tints of Dust Storm #EFC4BA

RGB

 RED value IS 239 (93.75% from 255) = 38.49%

 GREEN value IS 196 (76.95% from 255) = 31.56%

 BLUE value IS 186 (73.05% from 255) = 29.95%

R = 38.49%
G = 31.56%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EFC4BA (or 0xEFC4BA) is known color: Dust Storm. HEX triplet: EF, C4 and BA. RGB value is (239,196,186). Sum of RGB (Red+Green+Blue) = 239+196+186=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 196 (76.95% from 255 or 31.56% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC4BA is #103B45. Grayscale: #CFCFCF. Windows color (decimal): -1063750 or 12240111. OLE color: 12240111.

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

Color convert

RGB 239 196 186 -
CMYK 0 0.18 0.22 0.06
HSL 11.32º 0.62% 0.83% -
HSV(B) 11.32º 0.22% 0.94% -
XYZ 64.2 61.38 54.92 -
YUV 207.72 115.75 150.31 -
System Red Green Blue C M Y K H S L
Decimal 239 196 186 0 0.18 0.22 0.06 11.32 0.62 0.83
Hex EF C4 BA 0 12 16 6 B 3E 53
Octal 357 304 272 0 22 26 6 13 76 123
Binary 11101111 11000100 10111010 0 10010 10110 110 1011 111110 1010011

Color Harmonies of #EFC4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC4BA

Black with #EFC4BA

Text Example


Text Example

White with #EFC4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC4BA; }

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

 H1.HeaderClassName
 {
   color: #EFC4BA;
 }
 .AnyTagClassName
 {
   color: #EFC4BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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