Html Css Color HEX #EFCAB3 Desert Sand

📋 copy color: '#EFCAB3'

red 239 ◦ green 202 ◦ blue 179

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

Shades of Desert Sand #EFCAB3

Tints of Desert Sand #EFCAB3

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.58%

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

R = 38.55%
G = 32.58%
B = 28.87%

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

#EFCAB3 (or 0xEFCAB3) is known color: Desert Sand. HEX triplet: EF, CA and B3. RGB value is (239,202,179). Sum of RGB (Red+Green+Blue) = 239+202+179=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 202 (79.30% from 255 or 32.58% from 620); Blue value is 179 (70.31% from 255 or 28.87% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCAB3 is #10354C. Grayscale: #D2D2D2. Windows color (decimal): -1062221 or 11782895. OLE color: 11782895.

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

Color convert

RGB 239 202 179 -
CMYK 0 0.15 0.25 0.06
HSL 23º 0.65% 0.82% -
HSV(B) 23º 0.25% 0.94% -
XYZ 64.85 63.85 51.55 -
YUV 210.44 110.26 148.37 -
System Red Green Blue C M Y K H S L
Decimal 239 202 179 0 0.15 0.25 0.06 23 0.65 0.82
Hex EF CA B3 0 F 19 6 17 41 52
Octal 357 312 263 0 17 31 6 27 101 122
Binary 11101111 11001010 10110011 0 1111 11001 110 10111 1000001 1010010

Color Harmonies of #EFCAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCAB3

Black with #EFCAB3

Text Example


Text Example

White with #EFCAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCAB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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