Html Css Color HEX #EFC9B3 Desert Sand

📋 copy color: '#EFC9B3'

red 239 ◦ green 201 ◦ blue 179

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

Shades of Desert Sand #EFC9B3

Tints of Desert Sand #EFC9B3

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.47%

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

R = 38.61%
G = 32.47%
B = 28.92%

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

#EFC9B3 (or 0xEFC9B3) is known color: Desert Sand. HEX triplet: EF, C9 and B3. RGB value is (239,201,179). Sum of RGB (Red+Green+Blue) = 239+201+179=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 201 (78.91% from 255 or 32.47% from 619); Blue value is 179 (70.31% from 255 or 28.92% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC9B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC9B3 is #10364C. Grayscale: #D1D1D1. Windows color (decimal): -1062477 or 11782639. OLE color: 11782639.

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

Color convert

RGB 239 201 179 -
CMYK 0 0.16 0.25 0.06
HSL 22º 0.65% 0.82% -
HSV(B) 22º 0.25% 0.94% -
XYZ 64.62 63.38 51.48 -
YUV 209.85 110.59 148.79 -
System Red Green Blue C M Y K H S L
Decimal 239 201 179 0 0.16 0.25 0.06 22 0.65 0.82
Hex EF C9 B3 0 10 19 6 16 41 52
Octal 357 311 263 0 20 31 6 26 101 122
Binary 11101111 11001001 10110011 0 10000 11001 110 10110 1000001 1010010

Color Harmonies of #EFC9B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC9B3

Black with #EFC9B3

Text Example


Text Example

White with #EFC9B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC9B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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