Html Css Color HEX #EDCAB2 Desert Sand

📋 copy color: '#EDCAB2'

red 237 ◦ green 202 ◦ blue 178

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

Shades of Desert Sand #EDCAB2

Tints of Desert Sand #EDCAB2

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.74%

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

R = 38.41%
G = 32.74%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EDCAB2 (or 0xEDCAB2) is known color: Desert Sand. HEX triplet: ED, CA and B2. RGB value is (237,202,178). Sum of RGB (Red+Green+Blue) = 237+202+178=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 202 (79.30% from 255 or 32.74% from 617); Blue value is 178 (69.92% from 255 or 28.85% from 617); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCAB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCAB2 is #12354D. Grayscale: #D1D1D1. Windows color (decimal): -1193294 or 11717357. OLE color: 11717357.

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

Color convert

RGB 237 202 178 -
CMYK 0 0.15 0.25 0.07
HSL 24.41º 0.62% 0.81% -
HSV(B) 24.41º 0.25% 0.93% -
XYZ 64.08 63.46 50.99 -
YUV 209.73 110.1 147.45 -
System Red Green Blue C M Y K H S L
Decimal 237 202 178 0 0.15 0.25 0.07 24.41 0.62 0.81
Hex ED CA B2 0 F 19 7 18 3E 51
Octal 355 312 262 0 17 31 7 30 76 121
Binary 11101101 11001010 10110010 0 1111 11001 111 11000 111110 1010001

Color Harmonies of #EDCAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCAB2

Black with #EDCAB2

Text Example


Text Example

White with #EDCAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCAB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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