#EDC29B

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

Shades of New Tan #EDC29B

Tints of New Tan #EDC29B

Color information

#EDC29B (or 0xEDC29B) is unknown color: approx New Tan. HEX triplet: ED, C2 and 9B. RGB value is (237,194,155). Sum of RGB (Red+Green+Blue) = 237+194+155=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 194 (76.17% from 255 or 33.11% from 586); Blue value is 155 (60.94% from 255 or 26.45% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC29B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC29B is #123D64. Grayscale: #CACACA. Windows color (decimal): -1195365 or 10207981. OLE color: 10207981.

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

Color convert

RGB237194155-
CMYK00.180.350.07
HSL28.54º69.49%76.86%-
HSV(B)28.54º34.6%92.94%-
XYZ60.1358.9539.22-
YUV202.41101.25152.67-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.44%
GREEN value IS 194 (76.17% from 255) = 33.11%
BLUE value IS 155 (60.94% from 255) = 26.45%
R=40.44%
G=33.11%
B=26.45%

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
Decimal23719415500.180.350.0728.5469.4976.86
HexEDC29B0122371d454d
Octal35530223302243735105115
Binary1110110111000010100110110100101000111111110110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC29B; }

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

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

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

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

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

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

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

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