Html Css Color HEX #EFCAC0 Dust Storm

📋 copy color: '#EFCAC0'

red 239 ◦ green 202 ◦ blue 192

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

Shades of Dust Storm #EFCAC0

Tints of Dust Storm #EFCAC0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.91%

 BLUE value IS 192 (75.39% from 255) = 30.33%

R = 37.76%
G = 31.91%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EFCAC0 (or 0xEFCAC0) is known color: Dust Storm. HEX triplet: EF, CA and C0. RGB value is (239,202,192). Sum of RGB (Red+Green+Blue) = 239+202+192=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 202 (79.30% from 255 or 31.91% from 633); Blue value is 192 (75.39% from 255 or 30.33% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCAC0 is #10353F. Grayscale: #D4D4D4. Windows color (decimal): -1062208 or 12634863. OLE color: 12634863.

HSL color Cylindrical-coordinate representation of color #EFCAC0: hue angle of 12.77º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFCAC0 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 202 192 -
CMYK 0 0.15 0.20 0.06
HSL 12.77º 0.59% 0.85% -
HSV(B) 12.77º 0.2% 0.94% -
XYZ 66.23 64.4 58.81 -
YUV 211.92 116.76 147.31 -
System Red Green Blue C M Y K H S L
Decimal 239 202 192 0 0.15 0.20 0.06 12.77 0.59 0.85
Hex EF CA C0 0 F 14 6 D 3B 55
Octal 357 312 300 0 17 24 6 15 73 125
Binary 11101111 11001010 11000000 0 1111 10100 110 1101 111011 1010101

Color Harmonies of #EFCAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCAC0

Black with #EFCAC0

Text Example


Text Example

White with #EFCAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCAC0; }

 p { color: rgb(239,202,192); }

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

background-color css

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

 a { background-color: rgb(239,202,192); }

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

border-color css

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

 span { border-color: rgb(239,202,192); }

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