Html Css Color HEX #EFC8AC Desert Sand

📋 copy color: '#EFC8AC'

red 239 ◦ green 200 ◦ blue 172

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

Shades of Desert Sand #EFC8AC

Tints of Desert Sand #EFC8AC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32.73%

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

R = 39.12%
G = 32.73%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EFC8AC (or 0xEFC8AC) is known color: Desert Sand. HEX triplet: EF, C8 and AC. RGB value is (239,200,172). Sum of RGB (Red+Green+Blue) = 239+200+172=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 200 (78.52% from 255 or 32.73% from 611); Blue value is 172 (67.58% from 255 or 28.15% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC8AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC8AC is #103753. Grayscale: #D0D0D0. Windows color (decimal): -1062740 or 11323631. OLE color: 11323631.

HSL color Cylindrical-coordinate representation of color #EFC8AC: hue angle of 25.07º 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 #EFC8AC is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 200 172 -
CMYK 0 0.16 0.28 0.06
HSL 25.07º 0.68% 0.81% -
HSV(B) 25.07º 0.28% 0.94% -
XYZ 63.7 62.64 47.76 -
YUV 208.47 107.42 149.78 -
System Red Green Blue C M Y K H S L
Decimal 239 200 172 0 0.16 0.28 0.06 25.07 0.68 0.81
Hex EF C8 AC 0 10 1C 6 19 44 51
Octal 357 310 254 0 20 34 6 31 104 121
Binary 11101111 11001000 10101100 0 10000 11100 110 11001 1000100 1010001

Color Harmonies of #EFC8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC8AC

Black with #EFC8AC

Text Example


Text Example

White with #EFC8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC8AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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