Html Css Color HEX #EDCCB2 Desert Sand

📋 copy color: '#EDCCB2'

red 237 ◦ green 204 ◦ blue 178

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

Shades of Desert Sand #EDCCB2

Tints of Desert Sand #EDCCB2

RGB

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

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

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

R = 38.29%
G = 32.96%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EDCCB2 (or 0xEDCCB2) is known color: Desert Sand. HEX triplet: ED, CC and B2. RGB value is (237,204,178). Sum of RGB (Red+Green+Blue) = 237+204+178=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 204 (80.08% from 255 or 32.96% from 619); Blue value is 178 (69.92% from 255 or 28.76% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCCB2 is #12334D. Grayscale: #D3D3D3. Windows color (decimal): -1192782 or 11717869. OLE color: 11717869.

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

Color convert

RGB 237 204 178 -
CMYK 0 0.14 0.25 0.07
HSL 26.44º 0.62% 0.81% -
HSV(B) 26.44º 0.25% 0.93% -
XYZ 64.55 64.4 51.15 -
YUV 210.9 109.43 146.61 -
System Red Green Blue C M Y K H S L
Decimal 237 204 178 0 0.14 0.25 0.07 26.44 0.62 0.81
Hex ED CC B2 0 E 19 7 1A 3E 51
Octal 355 314 262 0 16 31 7 32 76 121
Binary 11101101 11001100 10110010 0 1110 11001 111 11010 111110 1010001

Color Harmonies of #EDCCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCCB2

Black with #EDCCB2

Text Example


Text Example

White with #EDCCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCCB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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