#EFCAC1

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

Shades of Dust Storm #EFCAC1

Tints of Dust Storm #EFCAC1

Color information

#EFCAC1 (or 0xEFCAC1) is unknown color: approx Dust Storm. HEX triplet: EF, CA and C1. RGB value is (239,202,193). Sum of RGB (Red+Green+Blue) = 239+202+193=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 193 (75.78% from 255 or 30.44% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCAC1 is #10353E. Grayscale: #D4D4D4. Windows color (decimal): -1062207 or 12700399. OLE color: 12700399.

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

Color convert

RGB239202193-
CMYK00.150.190.06
HSL11.74º58.97%84.71%-
HSV(B)11.74º19.25%93.73%-
XYZ66.3464.4459.39-
YUV212.04117.26147.23-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.70%
GREEN value IS 202 (79.30% from 255) = 31.86%
BLUE value IS 193 (75.78% from 255) = 30.44%
R=37.70%
G=31.86%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920219300.150.190.0611.7458.9784.71
HexEFCAC10F136c3b55
Octal3573123010172361473125
Binary111011111100101011000001011111001111011001110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCAC1; }

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

 H1.HeaderClassName
 {
   color: #EFCAC1;
 }
 .AnyTagClassName
 {
   color: #EFCAC1;
 }
</style>
background-color css

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

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

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

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

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

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