Html Css Color HEX #EDCCAF Desert Sand

📋 copy color: '#EDCCAF'

red 237 ◦ green 204 ◦ blue 175

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

Shades of Desert Sand #EDCCAF

Tints of Desert Sand #EDCCAF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.12%

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

R = 38.47%
G = 33.12%
B = 28.41%

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

#EDCCAF (or 0xEDCCAF) is known color: Desert Sand. HEX triplet: ED, CC and AF. RGB value is (237,204,175). Sum of RGB (Red+Green+Blue) = 237+204+175=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 204 (80.08% from 255 or 33.12% from 616); Blue value is 175 (68.75% from 255 or 28.41% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCCAF is #123350. Grayscale: #D2D2D2. Windows color (decimal): -1192785 or 11521261. OLE color: 11521261.

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

Color convert

RGB 237 204 175 -
CMYK 0 0.14 0.26 0.07
HSL 28.06º 0.63% 0.81% -
HSV(B) 28.06º 0.26% 0.93% -
XYZ 64.26 64.29 49.58 -
YUV 210.56 107.93 146.86 -
System Red Green Blue C M Y K H S L
Decimal 237 204 175 0 0.14 0.26 0.07 28.06 0.63 0.81
Hex ED CC AF 0 E 1A 7 1C 3F 51
Octal 355 314 257 0 16 32 7 34 77 121
Binary 11101101 11001100 10101111 0 1110 11010 111 11100 111111 1010001

Color Harmonies of #EDCCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCCAF

Black with #EDCCAF

Text Example


Text Example

White with #EDCCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCCAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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