Html Css Color HEX #EDC396 New Tan

📋 copy color: '#EDC396'

red 237 ◦ green 195 ◦ blue 150

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

Shades of New Tan #EDC396

Tints of New Tan #EDC396

RGB

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

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

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

R = 40.72%
G = 33.51%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EDC396 (or 0xEDC396) is known color: New Tan. HEX triplet: ED, C3 and 96. RGB value is (237,195,150). Sum of RGB (Red+Green+Blue) = 237+195+150=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 195 (76.56% from 255 or 33.51% from 582); Blue value is 150 (58.98% from 255 or 25.77% from 582); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC396 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC396 is #123C69. Grayscale: #CACACA. Windows color (decimal): -1195114 or 9880557. OLE color: 9880557.

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

Color convert

RGB 237 195 150 -
CMYK 0 0.18 0.37 0.07
HSL 31.03º 0.71% 0.76% -
HSV(B) 31.03º 0.37% 0.93% -
XYZ 59.95 59.24 37.13 -
YUV 202.43 98.41 152.66 -
System Red Green Blue C M Y K H S L
Decimal 237 195 150 0 0.18 0.37 0.07 31.03 0.71 0.76
Hex ED C3 96 0 12 25 7 1F 47 4C
Octal 355 303 226 0 22 45 7 37 107 114
Binary 11101101 11000011 10010110 0 10010 100101 111 11111 1000111 1001100

Color Harmonies of #EDC396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC396

Black with #EDC396

Text Example


Text Example

White with #EDC396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC396; }

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

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

background-color css

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

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

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

border-color css

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

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

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