Html Css Color HEX #EDCAA1 New Tan

📋 copy color: '#EDCAA1'

red 237 ◦ green 202 ◦ blue 161

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

Shades of New Tan #EDCAA1

Tints of New Tan #EDCAA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 26.83%

R = 39.5%
G = 33.67%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EDCAA1 (or 0xEDCAA1) is known color: New Tan. HEX triplet: ED, CA and A1. RGB value is (237,202,161). Sum of RGB (Red+Green+Blue) = 237+202+161=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 202 (79.30% from 255 or 33.67% from 600); Blue value is 161 (63.28% from 255 or 26.83% from 600); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCAA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCAA1 is #12355E. Grayscale: #CFCFCF. Windows color (decimal): -1193311 or 10603245. OLE color: 10603245.

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

Color convert

RGB 237 202 161 -
CMYK 0 0.15 0.32 0.07
HSL 32.37º 0.68% 0.78% -
HSV(B) 32.37º 0.32% 0.93% -
XYZ 62.48 62.82 42.55 -
YUV 207.79 101.6 148.83 -
System Red Green Blue C M Y K H S L
Decimal 237 202 161 0 0.15 0.32 0.07 32.37 0.68 0.78
Hex ED CA A1 0 F 20 7 20 44 4E
Octal 355 312 241 0 17 40 7 40 104 116
Binary 11101101 11001010 10100001 0 1111 100000 111 100000 1000100 1001110

Color Harmonies of #EDCAA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCAA1

Black with #EDCAA1

Text Example


Text Example

White with #EDCAA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCAA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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