Html Css Color HEX #EFCDB3 Desert Sand

📋 copy color: '#EFCDB3'

red 239 ◦ green 205 ◦ blue 179

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

Shades of Desert Sand #EFCDB3

Tints of Desert Sand #EFCDB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 28.73%

R = 38.36%
G = 32.91%
B = 28.73%

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

#EFCDB3 (or 0xEFCDB3) is known color: Desert Sand. HEX triplet: EF, CD and B3. RGB value is (239,205,179). Sum of RGB (Red+Green+Blue) = 239+205+179=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 205 (80.47% from 255 or 32.91% from 623); Blue value is 179 (70.31% from 255 or 28.73% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDB3 is #10324C. Grayscale: #D4D4D4. Windows color (decimal): -1061453 or 11783663. OLE color: 11783663.

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

Color convert

RGB 239 205 179 -
CMYK 0 0.14 0.25 0.06
HSL 26º 0.65% 0.82% -
HSV(B) 26º 0.25% 0.94% -
XYZ 65.56 65.27 51.79 -
YUV 212.2 109.26 147.11 -
System Red Green Blue C M Y K H S L
Decimal 239 205 179 0 0.14 0.25 0.06 26 0.65 0.82
Hex EF CD B3 0 E 19 6 1A 41 52
Octal 357 315 263 0 16 31 6 32 101 122
Binary 11101111 11001101 10110011 0 1110 11001 110 11010 1000001 1010010

Color Harmonies of #EFCDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCDB3

Black with #EFCDB3

Text Example


Text Example

White with #EFCDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCDB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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