Html Css Color HEX #EDCCA0 New Tan

📋 copy color: '#EDCCA0'

red 237 ◦ green 204 ◦ blue 160

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

Shades of New Tan #EDCCA0

Tints of New Tan #EDCCA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 26.62%

R = 39.43%
G = 33.94%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EDCCA0 (or 0xEDCCA0) is known color: New Tan. HEX triplet: ED, CC and A0. RGB value is (237,204,160). Sum of RGB (Red+Green+Blue) = 237+204+160=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 160 (62.89% from 255 or 26.62% from 601); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCCA0 is #12335F. Grayscale: #D1D1D1. Windows color (decimal): -1192800 or 10538221. OLE color: 10538221.

HSL color Cylindrical-coordinate representation of color #EDCCA0: hue angle of 34.29º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDCCA0 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 204 160 -
CMYK 0 0.14 0.32 0.07
HSL 34.29º 0.68% 0.78% -
HSV(B) 34.29º 0.32% 0.93% -
XYZ 62.86 63.73 42.25 -
YUV 208.85 100.43 148.08 -
System Red Green Blue C M Y K H S L
Decimal 237 204 160 0 0.14 0.32 0.07 34.29 0.68 0.78
Hex ED CC A0 0 E 20 7 22 44 4E
Octal 355 314 240 0 16 40 7 42 104 116
Binary 11101101 11001100 10100000 0 1110 100000 111 100010 1000100 1001110

Color Harmonies of #EDCCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCCA0

Black with #EDCCA0

Text Example


Text Example

White with #EDCCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCCA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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