Html Css Color HEX #EDCCA2 New Tan

📋 copy color: '#EDCCA2'

red 237 ◦ green 204 ◦ blue 162

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

Shades of New Tan #EDCCA2

Tints of New Tan #EDCCA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 26.87%

R = 39.3%
G = 33.83%
B = 26.87%

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

#EDCCA2 (or 0xEDCCA2) is known color: New Tan. HEX triplet: ED, CC and A2. RGB value is (237,204,162). Sum of RGB (Red+Green+Blue) = 237+204+162=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 162 (63.67% from 255 or 26.87% from 603); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCCA2 is #12335D. Grayscale: #D1D1D1. Windows color (decimal): -1192798 or 10669293. OLE color: 10669293.

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

Color convert

RGB 237 204 162 -
CMYK 0 0.14 0.32 0.07
HSL 33.6º 0.68% 0.78% -
HSV(B) 33.6º 0.32% 0.93% -
XYZ 63.04 63.8 43.17 -
YUV 209.08 101.43 147.92 -
System Red Green Blue C M Y K H S L
Decimal 237 204 162 0 0.14 0.32 0.07 33.6 0.68 0.78
Hex ED CC A2 0 E 20 7 22 44 4E
Octal 355 314 242 0 16 40 7 42 104 116
Binary 11101101 11001100 10100010 0 1110 100000 111 100010 1000100 1001110

Color Harmonies of #EDCCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCCA2

Black with #EDCCA2

Text Example


Text Example

White with #EDCCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCCA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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