Html Css Color HEX #EDC997 New Tan

📋 copy color: '#EDC997'

red 237 ◦ green 201 ◦ blue 151

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

Shades of New Tan #EDC997

Tints of New Tan #EDC997

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.13%

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

R = 40.24%
G = 34.13%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EDC997 (or 0xEDC997) is known color: New Tan. HEX triplet: ED, C9 and 97. RGB value is (237,201,151). Sum of RGB (Red+Green+Blue) = 237+201+151=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 201 (78.91% from 255 or 34.13% from 589); Blue value is 151 (59.38% from 255 or 25.64% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC997 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC997 is #123668. Grayscale: #CECECE. Windows color (decimal): -1193577 or 9947629. OLE color: 9947629.

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

Color convert

RGB 237 201 151 -
CMYK 0 0.15 0.36 0.07
HSL 34.88º 0.7% 0.76% -
HSV(B) 34.88º 0.36% 0.93% -
XYZ 61.4 62.01 38.01 -
YUV 206.06 96.93 150.07 -
System Red Green Blue C M Y K H S L
Decimal 237 201 151 0 0.15 0.36 0.07 34.88 0.7 0.76
Hex ED C9 97 0 F 24 7 23 46 4C
Octal 355 311 227 0 17 44 7 43 106 114
Binary 11101101 11001001 10010111 0 1111 100100 111 100011 1000110 1001100

Color Harmonies of #EDC997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC997

Black with #EDC997

Text Example


Text Example

White with #EDC997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC997; }

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

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

background-color css

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

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

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

border-color css

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

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

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