Html Css Color HEX #EDCDAF Desert Sand

📋 copy color: '#EDCDAF'

red 237 ◦ green 205 ◦ blue 175

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

Shades of Desert Sand #EDCDAF

Tints of Desert Sand #EDCDAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 28.36%

R = 38.41%
G = 33.23%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EDCDAF (or 0xEDCDAF) is known color: Desert Sand. HEX triplet: ED, CD and AF. RGB value is (237,205,175). Sum of RGB (Red+Green+Blue) = 237+205+175=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 175 (68.75% from 255 or 28.36% from 617); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCDAF is #123250. Grayscale: #D3D3D3. Windows color (decimal): -1192529 or 11521517. OLE color: 11521517.

HSL color Cylindrical-coordinate representation of color #EDCDAF: hue angle of 29.03º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDCDAF is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 205 175 -
CMYK 0 0.14 0.26 0.07
HSL 29.03º 0.63% 0.81% -
HSV(B) 29.03º 0.26% 0.93% -
XYZ 64.49 64.76 49.66 -
YUV 211.15 107.6 146.44 -
System Red Green Blue C M Y K H S L
Decimal 237 205 175 0 0.14 0.26 0.07 29.03 0.63 0.81
Hex ED CD AF 0 E 1A 7 1D 3F 51
Octal 355 315 257 0 16 32 7 35 77 121
Binary 11101101 11001101 10101111 0 1110 11010 111 11101 111111 1010001

Color Harmonies of #EDCDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCDAF

Black with #EDCDAF

Text Example


Text Example

White with #EDCDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCDAF; }

 p { color: rgb(237,205,175); }

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

background-color css

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

 a { background-color: rgb(237,205,175); }

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

border-color css

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

 span { border-color: rgb(237,205,175); }

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