Html Css Color HEX #EDC196 New Tan

📋 copy color: '#EDC196'

red 237 ◦ green 193 ◦ blue 150

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

Shades of New Tan #EDC196

Tints of New Tan #EDC196

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.28%

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

R = 40.86%
G = 33.28%
B = 25.86%

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

#EDC196 (or 0xEDC196) is known color: New Tan. HEX triplet: ED, C1 and 96. RGB value is (237,193,150). Sum of RGB (Red+Green+Blue) = 237+193+150=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 193 (75.78% from 255 or 33.28% from 580); Blue value is 150 (58.98% from 255 or 25.86% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC196 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC196 is #123E69. Grayscale: #C9C9C9. Windows color (decimal): -1195626 or 9880045. OLE color: 9880045.

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

Color convert

RGB 237 193 150 -
CMYK 0 0.19 0.37 0.07
HSL 29.66º 0.71% 0.76% -
HSV(B) 29.66º 0.37% 0.93% -
XYZ 59.5 58.35 36.98 -
YUV 201.25 99.08 153.5 -
System Red Green Blue C M Y K H S L
Decimal 237 193 150 0 0.19 0.37 0.07 29.66 0.71 0.76
Hex ED C1 96 0 13 25 7 1E 47 4C
Octal 355 301 226 0 23 45 7 36 107 114
Binary 11101101 11000001 10010110 0 10011 100101 111 11110 1000111 1001100

Color Harmonies of #EDC196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC196

Black with #EDC196

Text Example


Text Example

White with #EDC196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC196; }

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

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

background-color css

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

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

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

border-color css

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

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

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