Html Css Color HEX #EFC8B3 Desert Sand

📋 copy color: '#EFC8B3'

red 239 ◦ green 200 ◦ blue 179

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

Shades of Desert Sand #EFC8B3

Tints of Desert Sand #EFC8B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 28.96%

R = 38.67%
G = 32.36%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#EFC8B3 (or 0xEFC8B3) is known color: Desert Sand. HEX triplet: EF, C8 and B3. RGB value is (239,200,179). Sum of RGB (Red+Green+Blue) = 239+200+179=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 200 (78.52% from 255 or 32.36% from 618); Blue value is 179 (70.31% from 255 or 28.96% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC8B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC8B3 is #10374C. Grayscale: #D1D1D1. Windows color (decimal): -1062733 or 11782383. OLE color: 11782383.

HSL color Cylindrical-coordinate representation of color #EFC8B3: hue angle of 21º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EFC8B3 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 200 179 -
CMYK 0 0.16 0.25 0.06
HSL 21º 0.65% 0.82% -
HSV(B) 21º 0.25% 0.94% -
XYZ 64.39 62.91 51.4 -
YUV 209.27 110.92 149.21 -
System Red Green Blue C M Y K H S L
Decimal 239 200 179 0 0.16 0.25 0.06 21 0.65 0.82
Hex EF C8 B3 0 10 19 6 15 41 52
Octal 357 310 263 0 20 31 6 25 101 122
Binary 11101111 11001000 10110011 0 10000 11001 110 10101 1000001 1010010

Color Harmonies of #EFC8B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC8B3

Black with #EFC8B3

Text Example


Text Example

White with #EFC8B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC8B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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