Html Css Color HEX #EDC496 New Tan

📋 copy color: '#EDC496'

red 237 ◦ green 196 ◦ blue 150

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

Shades of New Tan #EDC496

Tints of New Tan #EDC496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 25.73%

R = 40.65%
G = 33.62%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EDC496 (or 0xEDC496) is known color: New Tan. HEX triplet: ED, C4 and 96. RGB value is (237,196,150). Sum of RGB (Red+Green+Blue) = 237+196+150=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 196 (76.95% from 255 or 33.62% from 583); Blue value is 150 (58.98% from 255 or 25.73% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC496 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC496 is #123B69. Grayscale: #CBCBCB. Windows color (decimal): -1194858 or 9880813. OLE color: 9880813.

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

Color convert

RGB 237 196 150 -
CMYK 0 0.17 0.37 0.07
HSL 31.72º 0.71% 0.76% -
HSV(B) 31.72º 0.37% 0.93% -
XYZ 60.17 59.69 37.2 -
YUV 203.02 98.08 152.24 -
System Red Green Blue C M Y K H S L
Decimal 237 196 150 0 0.17 0.37 0.07 31.72 0.71 0.76
Hex ED C4 96 0 11 25 7 20 47 4C
Octal 355 304 226 0 21 45 7 40 107 114
Binary 11101101 11000100 10010110 0 10001 100101 111 100000 1000111 1001100

Color Harmonies of #EDC496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC496

Black with #EDC496

Text Example


Text Example

White with #EDC496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC496; }

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

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

background-color css

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

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

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

border-color css

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

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

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