Html Css Color HEX #EDC497 New Tan

📋 copy color: '#EDC497'

red 237 ◦ green 196 ◦ blue 151

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

Shades of New Tan #EDC497

Tints of New Tan #EDC497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 25.86%

R = 40.58%
G = 33.56%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EDC497 (or 0xEDC497) is known color: New Tan. HEX triplet: ED, C4 and 97. RGB value is (237,196,151). Sum of RGB (Red+Green+Blue) = 237+196+151=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 196 (76.95% from 255 or 33.56% from 584); Blue value is 151 (59.38% from 255 or 25.86% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC497 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC497 is #123B68. Grayscale: #CBCBCB. Windows color (decimal): -1194857 or 9946349. OLE color: 9946349.

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

Color convert

RGB 237 196 151 -
CMYK 0 0.17 0.36 0.07
HSL 31.4º 0.7% 0.76% -
HSV(B) 31.4º 0.36% 0.93% -
XYZ 60.25 59.72 37.63 -
YUV 203.13 98.58 152.16 -
System Red Green Blue C M Y K H S L
Decimal 237 196 151 0 0.17 0.36 0.07 31.4 0.7 0.76
Hex ED C4 97 0 11 24 7 1F 46 4C
Octal 355 304 227 0 21 44 7 37 106 114
Binary 11101101 11000100 10010111 0 10001 100100 111 11111 1000110 1001100

Color Harmonies of #EDC497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC497

Black with #EDC497

Text Example


Text Example

White with #EDC497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC497; }

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

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

background-color css

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

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

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

border-color css

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

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

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