Html Css Color HEX #EDC096 New Tan

📋 copy color: '#EDC096'

red 237 ◦ green 192 ◦ blue 150

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

Shades of New Tan #EDC096

Tints of New Tan #EDC096

RGB

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

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

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

R = 40.93%
G = 33.16%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EDC096 (or 0xEDC096) is known color: New Tan. HEX triplet: ED, C0 and 96. RGB value is (237,192,150). Sum of RGB (Red+Green+Blue) = 237+192+150=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 192 (75.39% from 255 or 33.16% from 579); Blue value is 150 (58.98% from 255 or 25.91% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC096 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC096 is #123F69. Grayscale: #C8C8C8. Windows color (decimal): -1195882 or 9879789. OLE color: 9879789.

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

Color convert

RGB 237 192 150 -
CMYK 0 0.19 0.37 0.07
HSL 28.97º 0.71% 0.76% -
HSV(B) 28.97º 0.37% 0.93% -
XYZ 59.28 57.91 36.91 -
YUV 200.67 99.41 153.92 -
System Red Green Blue C M Y K H S L
Decimal 237 192 150 0 0.19 0.37 0.07 28.97 0.71 0.76
Hex ED C0 96 0 13 25 7 1D 47 4C
Octal 355 300 226 0 23 45 7 35 107 114
Binary 11101101 11000000 10010110 0 10011 100101 111 11101 1000111 1001100

Color Harmonies of #EDC096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC096

Black with #EDC096

Text Example


Text Example

White with #EDC096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC096; }

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

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

background-color css

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

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

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

border-color css

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

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

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