Html Css Color HEX #EFCBB4 Desert Sand

📋 copy color: '#EFCBB4'

red 239 ◦ green 203 ◦ blue 180

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

Shades of Desert Sand #EFCBB4

Tints of Desert Sand #EFCBB4

RGB

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

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

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

R = 38.42%
G = 32.64%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#EFCBB4 (or 0xEFCBB4) is known color: Desert Sand. HEX triplet: EF, CB and B4. RGB value is (239,203,180). Sum of RGB (Red+Green+Blue) = 239+203+180=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 203 (79.69% from 255 or 32.64% from 622); Blue value is 180 (70.70% from 255 or 28.94% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCBB4 is #10344B. Grayscale: #D3D3D3. Windows color (decimal): -1061964 or 11848687. OLE color: 11848687.

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

Color convert

RGB 239 203 180 -
CMYK 0 0.15 0.25 0.06
HSL 23.39º 0.65% 0.82% -
HSV(B) 23.39º 0.25% 0.94% -
XYZ 65.19 64.36 52.17 -
YUV 211.14 110.43 147.87 -
System Red Green Blue C M Y K H S L
Decimal 239 203 180 0 0.15 0.25 0.06 23.39 0.65 0.82
Hex EF CB B4 0 F 19 6 17 41 52
Octal 357 313 264 0 17 31 6 27 101 122
Binary 11101111 11001011 10110100 0 1111 11001 110 10111 1000001 1010010

Color Harmonies of #EFCBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCBB4

Black with #EFCBB4

Text Example


Text Example

White with #EFCBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCBB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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