Html Css Color HEX #EFCFB6 Desert Sand

📋 copy color: '#EFCFB6'

red 239 ◦ green 207 ◦ blue 182

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

Shades of Desert Sand #EFCFB6

Tints of Desert Sand #EFCFB6

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.96%

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

R = 38.06%
G = 32.96%
B = 28.98%

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

#EFCFB6 (or 0xEFCFB6) is known color: Desert Sand. HEX triplet: EF, CF and B6. RGB value is (239,207,182). Sum of RGB (Red+Green+Blue) = 239+207+182=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 207 (81.25% from 255 or 32.96% from 628); Blue value is 182 (71.48% from 255 or 28.98% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCFB6 is #103049. Grayscale: #D5D5D5. Windows color (decimal): -1060938 or 11980783. OLE color: 11980783.

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

Color convert

RGB 239 207 182 -
CMYK 0 0.13 0.24 0.06
HSL 26.32º 0.64% 0.83% -
HSV(B) 26.32º 0.24% 0.94% -
XYZ 66.35 66.35 53.57 -
YUV 213.72 110.1 146.03 -
System Red Green Blue C M Y K H S L
Decimal 239 207 182 0 0.13 0.24 0.06 26.32 0.64 0.83
Hex EF CF B6 0 D 18 6 1A 40 53
Octal 357 317 266 0 15 30 6 32 100 123
Binary 11101111 11001111 10110110 0 1101 11000 110 11010 1000000 1010011

Color Harmonies of #EFCFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCFB6

Black with #EFCFB6

Text Example


Text Example

White with #EFCFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCFB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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