Html Css Color HEX #EFCFB0 Desert Sand

📋 copy color: '#EFCFB0'

red 239 ◦ green 207 ◦ blue 176

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

Shades of Desert Sand #EFCFB0

Tints of Desert Sand #EFCFB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 28.3%

R = 38.42%
G = 33.28%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EFCFB0 (or 0xEFCFB0) is known color: Desert Sand. HEX triplet: EF, CF and B0. RGB value is (239,207,176). Sum of RGB (Red+Green+Blue) = 239+207+176=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 207 (81.25% from 255 or 33.28% from 622); Blue value is 176 (69.14% from 255 or 28.30% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCFB0 is #10304F. Grayscale: #D5D5D5. Windows color (decimal): -1060944 or 11587567. OLE color: 11587567.

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

Color convert

RGB 239 207 176 -
CMYK 0 0.13 0.26 0.06
HSL 29.52º 0.66% 0.81% -
HSV(B) 29.52º 0.26% 0.94% -
XYZ 65.75 66.11 50.37 -
YUV 213.03 107.1 146.52 -
System Red Green Blue C M Y K H S L
Decimal 239 207 176 0 0.13 0.26 0.06 29.52 0.66 0.81
Hex EF CF B0 0 D 1A 6 1E 42 51
Octal 357 317 260 0 15 32 6 36 102 121
Binary 11101111 11001111 10110000 0 1101 11010 110 11110 1000010 1010001

Color Harmonies of #EFCFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCFB0

Black with #EFCFB0

Text Example


Text Example

White with #EFCFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCFB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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