Html Css Color HEX #EDCAB3 Desert Sand

📋 copy color: '#EDCAB3'

red 237 ◦ green 202 ◦ blue 179

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

Shades of Desert Sand #EDCAB3

Tints of Desert Sand #EDCAB3

RGB

 RED value IS 237 (92.97% from 255) = 38.35%

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

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

R = 38.35%
G = 32.69%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EDCAB3 (or 0xEDCAB3) is known color: Desert Sand. HEX triplet: ED, CA and B3. RGB value is (237,202,179). Sum of RGB (Red+Green+Blue) = 237+202+179=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 202 (79.30% from 255 or 32.69% from 618); Blue value is 179 (70.31% from 255 or 28.96% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCAB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCAB3 is #12354C. Grayscale: #D1D1D1. Windows color (decimal): -1193293 or 11782893. OLE color: 11782893.

HSL color Cylindrical-coordinate representation of color #EDCAB3: hue angle of 23.79º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDCAB3 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 202 179 -
CMYK 0 0.15 0.24 0.07
HSL 23.79º 0.62% 0.82% -
HSV(B) 23.79º 0.24% 0.93% -
XYZ 64.18 63.5 51.52 -
YUV 209.84 110.6 147.37 -
System Red Green Blue C M Y K H S L
Decimal 237 202 179 0 0.15 0.24 0.07 23.79 0.62 0.82
Hex ED CA B3 0 F 18 7 18 3E 52
Octal 355 312 263 0 17 30 7 30 76 122
Binary 11101101 11001010 10110011 0 1111 11000 111 11000 111110 1010010

Color Harmonies of #EDCAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCAB3

Black with #EDCAB3

Text Example


Text Example

White with #EDCAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCAB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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