Html Css Color HEX #EFCAAC Desert Sand

📋 copy color: '#EFCAAC'

red 239 ◦ green 202 ◦ blue 172

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

Shades of Desert Sand #EFCAAC

Tints of Desert Sand #EFCAAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 28.06%

R = 38.99%
G = 32.95%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EFCAAC (or 0xEFCAAC) is known color: Desert Sand. HEX triplet: EF, CA and AC. RGB value is (239,202,172). Sum of RGB (Red+Green+Blue) = 239+202+172=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 172 (67.58% from 255 or 28.06% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCAAC is #103553. Grayscale: #D1D1D1. Windows color (decimal): -1062228 or 11324143. OLE color: 11324143.

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

Color convert

RGB 239 202 172 -
CMYK 0 0.15 0.28 0.06
HSL 26.87º 0.68% 0.81% -
HSV(B) 26.87º 0.28% 0.94% -
XYZ 64.16 63.57 47.92 -
YUV 209.64 106.76 148.94 -
System Red Green Blue C M Y K H S L
Decimal 239 202 172 0 0.15 0.28 0.06 26.87 0.68 0.81
Hex EF CA AC 0 F 1C 6 1B 44 51
Octal 357 312 254 0 17 34 6 33 104 121
Binary 11101111 11001010 10101100 0 1111 11100 110 11011 1000100 1010001

Color Harmonies of #EFCAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCAAC

Black with #EFCAAC

Text Example


Text Example

White with #EFCAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCAAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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