Html Css Color HEX #EDC49A New Tan

📋 copy color: '#EDC49A'

red 237 ◦ green 196 ◦ blue 154

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

Shades of New Tan #EDC49A

Tints of New Tan #EDC49A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.39%

 BLUE value IS 154 (60.55% from 255) = 26.24%

R = 40.37%
G = 33.39%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EDC49A (or 0xEDC49A) is known color: New Tan. HEX triplet: ED, C4 and 9A. RGB value is (237,196,154). Sum of RGB (Red+Green+Blue) = 237+196+154=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 196 (76.95% from 255 or 33.39% from 587); Blue value is 154 (60.55% from 255 or 26.24% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC49A is #123B65. Grayscale: #CBCBCB. Windows color (decimal): -1194854 or 10142957. OLE color: 10142957.

HSL color Cylindrical-coordinate representation of color #EDC49A: hue angle of 30.36º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDC49A is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 196 154 -
CMYK 0 0.17 0.35 0.07
HSL 30.36º 0.7% 0.77% -
HSV(B) 30.36º 0.35% 0.93% -
XYZ 60.5 59.82 38.93 -
YUV 203.47 100.08 151.92 -
System Red Green Blue C M Y K H S L
Decimal 237 196 154 0 0.17 0.35 0.07 30.36 0.7 0.77
Hex ED C4 9A 0 11 23 7 1E 46 4D
Octal 355 304 232 0 21 43 7 36 106 115
Binary 11101101 11000100 10011010 0 10001 100011 111 11110 1000110 1001101

Color Harmonies of #EDC49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC49A

Black with #EDC49A

Text Example


Text Example

White with #EDC49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC49A; }

 p { color: rgb(237,196,154); }

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

background-color css

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

 a { background-color: rgb(237,196,154); }

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

border-color css

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

 span { border-color: rgb(237,196,154); }

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