Html Css Color HEX #EDCEAF Desert Sand

📋 copy color: '#EDCEAF'

red 237 ◦ green 206 ◦ blue 175

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

Shades of Desert Sand #EDCEAF

Tints of Desert Sand #EDCEAF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.33%

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

R = 38.35%
G = 33.33%
B = 28.32%

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

#EDCEAF (or 0xEDCEAF) is known color: Desert Sand. HEX triplet: ED, CE and AF. RGB value is (237,206,175). Sum of RGB (Red+Green+Blue) = 237+206+175=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 206 (80.86% from 255 or 33.33% from 618); Blue value is 175 (68.75% from 255 or 28.32% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCEAF is #123150. Grayscale: #D3D3D3. Windows color (decimal): -1192273 or 11521773. OLE color: 11521773.

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

Color convert

RGB 237 206 175 -
CMYK 0 0.13 0.26 0.07
HSL 30º 0.63% 0.81% -
HSV(B) 30º 0.26% 0.93% -
XYZ 64.73 65.24 49.74 -
YUV 211.74 107.27 146.02 -
System Red Green Blue C M Y K H S L
Decimal 237 206 175 0 0.13 0.26 0.07 30 0.63 0.81
Hex ED CE AF 0 D 1A 7 1E 3F 51
Octal 355 316 257 0 15 32 7 36 77 121
Binary 11101101 11001110 10101111 0 1101 11010 111 11110 111111 1010001

Color Harmonies of #EDCEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCEAF

Black with #EDCEAF

Text Example


Text Example

White with #EDCEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCEAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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