Html Css Color HEX #EDC097 New Tan

📋 copy color: '#EDC097'

red 237 ◦ green 192 ◦ blue 151

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

Shades of New Tan #EDC097

Tints of New Tan #EDC097

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.1%

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

R = 40.86%
G = 33.1%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EDC097 (or 0xEDC097) is known color: New Tan. HEX triplet: ED, C0 and 97. RGB value is (237,192,151). Sum of RGB (Red+Green+Blue) = 237+192+151=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 192 (75.39% from 255 or 33.10% from 580); Blue value is 151 (59.38% from 255 or 26.03% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC097 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC097 is #123F68. Grayscale: #C8C8C8. Windows color (decimal): -1195881 or 9945325. OLE color: 9945325.

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

Color convert

RGB 237 192 151 -
CMYK 0 0.19 0.36 0.07
HSL 28.6º 0.7% 0.76% -
HSV(B) 28.6º 0.36% 0.93% -
XYZ 59.36 57.94 37.33 -
YUV 200.78 99.91 153.83 -
System Red Green Blue C M Y K H S L
Decimal 237 192 151 0 0.19 0.36 0.07 28.6 0.7 0.76
Hex ED C0 97 0 13 24 7 1D 46 4C
Octal 355 300 227 0 23 44 7 35 106 114
Binary 11101101 11000000 10010111 0 10011 100100 111 11101 1000110 1001100

Color Harmonies of #EDC097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC097

Black with #EDC097

Text Example


Text Example

White with #EDC097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC097; }

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

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

background-color css

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

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

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

border-color css

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

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

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