#EDC199

Color #EDC199 New Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Tan #EDC199

Tints of New Tan #EDC199

Color information

#EDC199 (or 0xEDC199) is unknown color: approx New Tan. HEX triplet: ED, C1 and 99. RGB value is (237,193,153). Sum of RGB (Red+Green+Blue) = 237+193+153=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 193 (75.78% from 255 or 33.10% from 583); Blue value is 153 (60.16% from 255 or 26.24% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC199 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC199 is #123E66. Grayscale: #C9C9C9. Windows color (decimal): -1195623 or 10076653. OLE color: 10076653.

HSL color Cylindrical-coordinate representation of color #EDC199: hue angle of 28.57º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDC199 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB237193153-
CMYK00.190.350.07
HSL28.57º70%76.47%-
HSV(B)28.57º35.44%92.94%-
XYZ59.7458.4438.27-
YUV201.6100.58153.25-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.65%
GREEN value IS 193 (75.78% from 255) = 33.10%
BLUE value IS 153 (60.16% from 255) = 26.24%
R=40.65%
G=33.10%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719315300.190.350.0728.577076.47
HexEDC1990132371d464c
Octal35530123102343735106114
Binary1110110111000001100110010100111000111111110110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC199; }

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

 H1.HeaderClassName
 {
   color: #EDC199;
 }
 .AnyTagClassName
 {
   color: #EDC199;
 }
</style>
background-color css

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

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

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

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

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

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