#EDC99E

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

Shades of New Tan #EDC99E

Tints of New Tan #EDC99E

Color information

#EDC99E (or 0xEDC99E) is unknown color: approx New Tan. HEX triplet: ED, C9 and 9E. RGB value is (237,201,158). Sum of RGB (Red+Green+Blue) = 237+201+158=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 201 (78.91% from 255 or 33.72% from 596); Blue value is 158 (62.11% from 255 or 26.51% from 596); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC99E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC99E is #123661. Grayscale: #CFCFCF. Windows color (decimal): -1193570 or 10406381. OLE color: 10406381.

HSL color Cylindrical-coordinate representation of color #EDC99E: hue angle of 32.66º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDC99E is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB237201158-
CMYK00.150.330.07
HSL32.66º68.7%77.45%-
HSV(B)32.66º33.33%92.94%-
XYZ61.9862.2541.1-
YUV206.86100.43149.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.77%
GREEN value IS 201 (78.91% from 255) = 33.72%
BLUE value IS 158 (62.11% from 255) = 26.51%
R=39.77%
G=33.72%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720115800.150.330.0732.6668.777.45
HexEDC99E0F21721454d
Octal35531123601741741105115
Binary1110110111001001100111100111110000111110000110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC99E; }

 p { color: rgb(237,201,158); }

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

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

 a { background-color: rgb(237,201,158); }

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

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

 span { border-color: rgb(237,201,158); }

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