Html Css Color HEX #EFCDB4 Desert Sand

📋 copy color: '#EFCDB4'

red 239 ◦ green 205 ◦ blue 180

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

Shades of Desert Sand #EFCDB4

Tints of Desert Sand #EFCDB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 28.85%

R = 38.3%
G = 32.85%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#EFCDB4 (or 0xEFCDB4) is known color: Desert Sand. HEX triplet: EF, CD and B4. RGB value is (239,205,180). Sum of RGB (Red+Green+Blue) = 239+205+180=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 180 (70.70% from 255 or 28.85% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDB4 is #10324B. Grayscale: #D4D4D4. Windows color (decimal): -1061452 or 11849199. OLE color: 11849199.

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

Color convert

RGB 239 205 180 -
CMYK 0 0.14 0.25 0.06
HSL 25.42º 0.65% 0.82% -
HSV(B) 25.42º 0.25% 0.94% -
XYZ 65.67 65.31 52.32 -
YUV 212.32 109.76 147.03 -
System Red Green Blue C M Y K H S L
Decimal 239 205 180 0 0.14 0.25 0.06 25.42 0.65 0.82
Hex EF CD B4 0 E 19 6 19 41 52
Octal 357 315 264 0 16 31 6 31 101 122
Binary 11101111 11001101 10110100 0 1110 11001 110 11001 1000001 1010010

Color Harmonies of #EFCDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCDB4

Black with #EFCDB4

Text Example


Text Example

White with #EFCDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCDB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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