#EDC39B

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

Shades of New Tan #EDC39B

Tints of New Tan #EDC39B

Color information

#EDC39B (or 0xEDC39B) is unknown color: approx New Tan. HEX triplet: ED, C3 and 9B. RGB value is (237,195,155). Sum of RGB (Red+Green+Blue) = 237+195+155=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 195 (76.56% from 255 or 33.22% from 587); Blue value is 155 (60.94% from 255 or 26.41% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC39B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC39B is #123C64. Grayscale: #CBCBCB. Windows color (decimal): -1195109 or 10208237. OLE color: 10208237.

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

Color convert

RGB237195155-
CMYK00.180.350.07
HSL29.27º69.49%76.86%-
HSV(B)29.27º34.6%92.94%-
XYZ60.3659.439.29-
YUV203100.91152.25-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.37%
GREEN value IS 195 (76.56% from 255) = 33.22%
BLUE value IS 155 (60.94% from 255) = 26.41%
R=40.37%
G=33.22%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719515500.180.350.0729.2769.4976.86
HexEDC39B0122371d454d
Octal35530323302243735105115
Binary1110110111000011100110110100101000111111110110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC39B; }

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

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

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

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

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

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

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

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