Html Css Color HEX #EFCAC1 Dust Storm

📋 copy color: '#EFCAC1'

red 239 ◦ green 202 ◦ blue 193

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

Shades of Dust Storm #EFCAC1

Tints of Dust Storm #EFCAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 30.44%

R = 37.7%
G = 31.86%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#EFCAC1 (or 0xEFCAC1) is known color: 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

RGB 239 202 193 -
CMYK 0 0.15 0.19 0.06
HSL 11.74º 0.59% 0.85% -
HSV(B) 11.74º 0.19% 0.94% -
XYZ 66.34 64.44 59.39 -
YUV 212.04 117.26 147.23 -
System Red Green Blue C M Y K H S L
Decimal 239 202 193 0 0.15 0.19 0.06 11.74 0.59 0.85
Hex EF CA C1 0 F 13 6 C 3B 55
Octal 357 312 301 0 17 23 6 14 73 125
Binary 11101111 11001010 11000001 0 1111 10011 110 1100 111011 1010101

Color Harmonies of #EFCAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCAC1

Black with #EFCAC1

Text Example


Text Example

White with #EFCAC1

Text Example


Text Example

HTML Codes & Css Web 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>