#EFCAC0

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

Shades of Dust Storm #EFCAC0

Tints of Dust Storm #EFCAC0

Color information

#EFCAC0 (or 0xEFCAC0) is unknown color: approx 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

RGB239202192-
CMYK00.150.200.06
HSL12.77º59.49%84.51%-
HSV(B)12.77º19.67%93.73%-
XYZ66.2364.458.81-
YUV211.92116.76147.31-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.76%
GREEN value IS 202 (79.30% 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 (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920219200.150.200.0612.7759.4984.51
HexEFCAC00F146d3b55
Octal3573123000172461573125
Binary111011111100101011000000011111010011011011110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>