Html Css Color HEX #EFC5BB Dust Storm

📋 copy color: '#EFC5BB'

red 239 ◦ green 197 ◦ blue 187

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

Shades of Dust Storm #EFC5BB

Tints of Dust Storm #EFC5BB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.62%

 BLUE value IS 187 (73.44% from 255) = 30.02%

R = 38.36%
G = 31.62%
B = 30.02%

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

#EFC5BB (or 0xEFC5BB) is known color: Dust Storm. HEX triplet: EF, C5 and BB. RGB value is (239,197,187). Sum of RGB (Red+Green+Blue) = 239+197+187=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 197 (77.34% from 255 or 31.62% from 623); Blue value is 187 (73.44% from 255 or 30.02% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC5BB is #103A44. Grayscale: #D0D0D0. Windows color (decimal): -1063493 or 12305903. OLE color: 12305903.

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

Color convert

RGB 239 197 187 -
CMYK 0 0.18 0.22 0.06
HSL 11.54º 0.62% 0.84% -
HSV(B) 11.54º 0.22% 0.94% -
XYZ 64.53 61.87 55.55 -
YUV 208.42 115.91 149.81 -
System Red Green Blue C M Y K H S L
Decimal 239 197 187 0 0.18 0.22 0.06 11.54 0.62 0.84
Hex EF C5 BB 0 12 16 6 C 3E 54
Octal 357 305 273 0 22 26 6 14 76 124
Binary 11101111 11000101 10111011 0 10010 10110 110 1100 111110 1010100

Color Harmonies of #EFC5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC5BB

Black with #EFC5BB

Text Example


Text Example

White with #EFC5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC5BB; }

 p { color: rgb(239,197,187); }

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

background-color css

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

 a { background-color: rgb(239,197,187); }

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

border-color css

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

 span { border-color: rgb(239,197,187); }

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