Html Css Color HEX #EFCDB1 Desert Sand

📋 copy color: '#EFCDB1'

red 239 ◦ green 205 ◦ blue 177

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

Shades of Desert Sand #EFCDB1

Tints of Desert Sand #EFCDB1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.01%

 BLUE value IS 177 (69.53% from 255) = 28.5%

R = 38.49%
G = 33.01%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EFCDB1 (or 0xEFCDB1) is known color: Desert Sand. HEX triplet: EF, CD and B1. RGB value is (239,205,177). Sum of RGB (Red+Green+Blue) = 239+205+177=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 205 (80.47% from 255 or 33.01% from 621); Blue value is 177 (69.53% from 255 or 28.50% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCDB1 is #10324E. Grayscale: #D4D4D4. Windows color (decimal): -1061455 or 11652591. OLE color: 11652591.

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

Color convert

RGB 239 205 177 -
CMYK 0 0.14 0.26 0.06
HSL 27.1º 0.66% 0.82% -
HSV(B) 27.1º 0.26% 0.94% -
XYZ 65.36 65.19 50.73 -
YUV 211.97 108.26 147.28 -
System Red Green Blue C M Y K H S L
Decimal 239 205 177 0 0.14 0.26 0.06 27.1 0.66 0.82
Hex EF CD B1 0 E 1A 6 1B 42 52
Octal 357 315 261 0 16 32 6 33 102 122
Binary 11101111 11001101 10110001 0 1110 11010 110 11011 1000010 1010010

Color Harmonies of #EFCDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCDB1

Black with #EFCDB1

Text Example


Text Example

White with #EFCDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCDB1; }

 p { color: rgb(239,205,177); }

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

background-color css

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

 a { background-color: rgb(239,205,177); }

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

border-color css

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

 span { border-color: rgb(239,205,177); }

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