Html Css Color HEX #EDCBA0 New Tan

📋 copy color: '#EDCBA0'

red 237 ◦ green 203 ◦ blue 160

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

Shades of New Tan #EDCBA0

Tints of New Tan #EDCBA0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.83%

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

R = 39.5%
G = 33.83%
B = 26.67%

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

#EDCBA0 (or 0xEDCBA0) is known color: New Tan. HEX triplet: ED, CB and A0. RGB value is (237,203,160). Sum of RGB (Red+Green+Blue) = 237+203+160=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 203 (79.69% from 255 or 33.83% from 600); Blue value is 160 (62.89% from 255 or 26.67% from 600); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCBA0 is #12345F. Grayscale: #D0D0D0. Windows color (decimal): -1193056 or 10537965. OLE color: 10537965.

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

Color convert

RGB 237 203 160 -
CMYK 0 0.14 0.32 0.07
HSL 33.51º 0.68% 0.78% -
HSV(B) 33.51º 0.32% 0.93% -
XYZ 62.63 63.25 42.17 -
YUV 208.26 100.76 148.5 -
System Red Green Blue C M Y K H S L
Decimal 237 203 160 0 0.14 0.32 0.07 33.51 0.68 0.78
Hex ED CB A0 0 E 20 7 22 44 4E
Octal 355 313 240 0 16 40 7 42 104 116
Binary 11101101 11001011 10100000 0 1110 100000 111 100010 1000100 1001110

Color Harmonies of #EDCBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCBA0

Black with #EDCBA0

Text Example


Text Example

White with #EDCBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCBA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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