Html Css Color HEX #EDCEB2 Desert Sand

📋 copy color: '#EDCEB2'

red 237 ◦ green 206 ◦ blue 178

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

Shades of Desert Sand #EDCEB2

Tints of Desert Sand #EDCEB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 28.66%

R = 38.16%
G = 33.17%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EDCEB2 (or 0xEDCEB2) is known color: Desert Sand. HEX triplet: ED, CE and B2. RGB value is (237,206,178). Sum of RGB (Red+Green+Blue) = 237+206+178=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 178 (69.92% from 255 or 28.66% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCEB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCEB2 is #12314D. Grayscale: #D4D4D4. Windows color (decimal): -1192270 or 11718381. OLE color: 11718381.

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

Color convert

RGB 237 206 178 -
CMYK 0 0.13 0.25 0.07
HSL 28.47º 0.62% 0.81% -
HSV(B) 28.47º 0.25% 0.93% -
XYZ 65.03 65.36 51.31 -
YUV 212.08 108.77 145.78 -
System Red Green Blue C M Y K H S L
Decimal 237 206 178 0 0.13 0.25 0.07 28.47 0.62 0.81
Hex ED CE B2 0 D 19 7 1C 3E 51
Octal 355 316 262 0 15 31 7 34 76 121
Binary 11101101 11001110 10110010 0 1101 11001 111 11100 111110 1010001

Color Harmonies of #EDCEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCEB2

Black with #EDCEB2

Text Example


Text Example

White with #EDCEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCEB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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