Html Css Color HEX #EFCDB5 Desert Sand

📋 copy color: '#EFCDB5'

red 239 ◦ green 205 ◦ blue 181

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

Shades of Desert Sand #EFCDB5

Tints of Desert Sand #EFCDB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 28.96%

R = 38.24%
G = 32.8%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#EFCDB5 (or 0xEFCDB5) is known color: Desert Sand. HEX triplet: EF, CD and B5. RGB value is (239,205,181). Sum of RGB (Red+Green+Blue) = 239+205+181=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 181 (71.09% from 255 or 28.96% from 625); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDB5 is #10324A. Grayscale: #D4D4D4. Windows color (decimal): -1061451 or 11914735. OLE color: 11914735.

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

Color convert

RGB 239 205 181 -
CMYK 0 0.14 0.24 0.06
HSL 24.83º 0.64% 0.82% -
HSV(B) 24.83º 0.24% 0.94% -
XYZ 65.77 65.35 52.86 -
YUV 212.43 110.26 146.95 -
System Red Green Blue C M Y K H S L
Decimal 239 205 181 0 0.14 0.24 0.06 24.83 0.64 0.82
Hex EF CD B5 0 E 18 6 19 40 52
Octal 357 315 265 0 16 30 6 31 100 122
Binary 11101111 11001101 10110101 0 1110 11000 110 11001 1000000 1010010

Color Harmonies of #EFCDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCDB5

Black with #EFCDB5

Text Example


Text Example

White with #EFCDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCDB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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