Html Css Color HEX #EDCFAF Desert Sand

📋 copy color: '#EDCFAF'

red 237 ◦ green 207 ◦ blue 175

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

Shades of Desert Sand #EDCFAF

Tints of Desert Sand #EDCFAF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.44%

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

R = 38.29%
G = 33.44%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EDCFAF (or 0xEDCFAF) is known color: Desert Sand. HEX triplet: ED, CF and AF. RGB value is (237,207,175). Sum of RGB (Red+Green+Blue) = 237+207+175=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 207 (81.25% from 255 or 33.44% from 619); Blue value is 175 (68.75% from 255 or 28.27% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCFAF is #123050. Grayscale: #D4D4D4. Windows color (decimal): -1192017 or 11522029. OLE color: 11522029.

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

Color convert

RGB 237 207 175 -
CMYK 0 0.13 0.26 0.07
HSL 30.97º 0.63% 0.81% -
HSV(B) 30.97º 0.26% 0.93% -
XYZ 64.98 65.73 49.82 -
YUV 212.32 106.94 145.6 -
System Red Green Blue C M Y K H S L
Decimal 237 207 175 0 0.13 0.26 0.07 30.97 0.63 0.81
Hex ED CF AF 0 D 1A 7 1F 3F 51
Octal 355 317 257 0 15 32 7 37 77 121
Binary 11101101 11001111 10101111 0 1101 11010 111 11111 111111 1010001

Color Harmonies of #EDCFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCFAF

Black with #EDCFAF

Text Example


Text Example

White with #EDCFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCFAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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