Html Css Color HEX #EFCBB0 Desert Sand

📋 copy color: '#EFCBB0'

red 239 ◦ green 203 ◦ blue 176

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

Shades of Desert Sand #EFCBB0

Tints of Desert Sand #EFCBB0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.85%

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

R = 38.67%
G = 32.85%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EFCBB0 (or 0xEFCBB0) is known color: Desert Sand. HEX triplet: EF, CB and B0. RGB value is (239,203,176). Sum of RGB (Red+Green+Blue) = 239+203+176=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 176 (69.14% from 255 or 28.48% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCBB0 is #10344F. Grayscale: #D2D2D2. Windows color (decimal): -1061968 or 11586543. OLE color: 11586543.

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

Color convert

RGB 239 203 176 -
CMYK 0 0.15 0.26 0.06
HSL 25.71º 0.66% 0.81% -
HSV(B) 25.71º 0.26% 0.94% -
XYZ 64.79 64.2 50.05 -
YUV 210.69 108.43 148.2 -
System Red Green Blue C M Y K H S L
Decimal 239 203 176 0 0.15 0.26 0.06 25.71 0.66 0.81
Hex EF CB B0 0 F 1A 6 1A 42 51
Octal 357 313 260 0 17 32 6 32 102 121
Binary 11101111 11001011 10110000 0 1111 11010 110 11010 1000010 1010001

Color Harmonies of #EFCBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCBB0

Black with #EFCBB0

Text Example


Text Example

White with #EFCBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCBB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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