Html Css Color HEX #EFC9B4 Desert Sand

📋 copy color: '#EFC9B4'

red 239 ◦ green 201 ◦ blue 180

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

Shades of Desert Sand #EFC9B4

Tints of Desert Sand #EFC9B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 29.03%

R = 38.55%
G = 32.42%
B = 29.03%

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

#EFC9B4 (or 0xEFC9B4) is known color: Desert Sand. HEX triplet: EF, C9 and B4. RGB value is (239,201,180). Sum of RGB (Red+Green+Blue) = 239+201+180=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 201 (78.91% from 255 or 32.42% from 620); Blue value is 180 (70.70% from 255 or 29.03% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC9B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC9B4 is #10364B. Grayscale: #D2D2D2. Windows color (decimal): -1062476 or 11848175. OLE color: 11848175.

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

Color convert

RGB 239 201 180 -
CMYK 0 0.16 0.25 0.06
HSL 21.36º 0.65% 0.82% -
HSV(B) 21.36º 0.25% 0.94% -
XYZ 64.72 63.42 52.01 -
YUV 209.97 111.09 148.71 -
System Red Green Blue C M Y K H S L
Decimal 239 201 180 0 0.16 0.25 0.06 21.36 0.65 0.82
Hex EF C9 B4 0 10 19 6 15 41 52
Octal 357 311 264 0 20 31 6 25 101 122
Binary 11101111 11001001 10110100 0 10000 11001 110 10101 1000001 1010010

Color Harmonies of #EFC9B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC9B4

Black with #EFC9B4

Text Example


Text Example

White with #EFC9B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC9B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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