Html Css Color HEX #EDC397 New Tan

📋 copy color: '#EDC397'

red 237 ◦ green 195 ◦ blue 151

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

Shades of New Tan #EDC397

Tints of New Tan #EDC397

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.45%

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

R = 40.65%
G = 33.45%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EDC397 (or 0xEDC397) is known color: New Tan. HEX triplet: ED, C3 and 97. RGB value is (237,195,151). Sum of RGB (Red+Green+Blue) = 237+195+151=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 195 (76.56% from 255 or 33.45% from 583); Blue value is 151 (59.38% from 255 or 25.90% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC397 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC397 is #123C68. Grayscale: #CACACA. Windows color (decimal): -1195113 or 9946093. OLE color: 9946093.

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

Color convert

RGB 237 195 151 -
CMYK 0 0.18 0.36 0.07
HSL 30.7º 0.7% 0.76% -
HSV(B) 30.7º 0.36% 0.93% -
XYZ 60.03 59.27 37.55 -
YUV 202.54 98.91 152.58 -
System Red Green Blue C M Y K H S L
Decimal 237 195 151 0 0.18 0.36 0.07 30.7 0.7 0.76
Hex ED C3 97 0 12 24 7 1F 46 4C
Octal 355 303 227 0 22 44 7 37 106 114
Binary 11101101 11000011 10010111 0 10010 100100 111 11111 1000110 1001100

Color Harmonies of #EDC397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC397

Black with #EDC397

Text Example


Text Example

White with #EDC397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC397; }

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

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

background-color css

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

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

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

border-color css

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

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

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