Html Css Color HEX #EFD0B6 Desert Sand

📋 copy color: '#EFD0B6'

red 239 ◦ green 208 ◦ blue 182

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

Shades of Desert Sand #EFD0B6

Tints of Desert Sand #EFD0B6

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.07%

 BLUE value IS 182 (71.48% from 255) = 28.93%

R = 38%
G = 33.07%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#EFD0B6 (or 0xEFD0B6) is known color: Desert Sand. HEX triplet: EF, D0 and B6. RGB value is (239,208,182). Sum of RGB (Red+Green+Blue) = 239+208+182=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 208 (81.64% from 255 or 33.07% from 629); Blue value is 182 (71.48% from 255 or 28.93% from 629); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD0B6 is #102F49. Grayscale: #D6D6D6. Windows color (decimal): -1060682 or 11981039. OLE color: 11981039.

HSL color Cylindrical-coordinate representation of color #EFD0B6: hue angle of 27.37º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFD0B6 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 208 182 -
CMYK 0 0.13 0.24 0.06
HSL 27.37º 0.64% 0.83% -
HSV(B) 27.37º 0.24% 0.94% -
XYZ 66.6 66.84 53.65 -
YUV 214.31 109.77 145.61 -
System Red Green Blue C M Y K H S L
Decimal 239 208 182 0 0.13 0.24 0.06 27.37 0.64 0.83
Hex EF D0 B6 0 D 18 6 1B 40 53
Octal 357 320 266 0 15 30 6 33 100 123
Binary 11101111 11010000 10110110 0 1101 11000 110 11011 1000000 1010011

Color Harmonies of #EFD0B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD0B6

Black with #EFD0B6

Text Example


Text Example

White with #EFD0B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD0B6; }

 p { color: rgb(239,208,182); }

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

background-color css

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

 a { background-color: rgb(239,208,182); }

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

border-color css

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

 span { border-color: rgb(239,208,182); }

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