#EDC38F

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

Shades of New Tan #EDC38F

Tints of New Tan #EDC38F

Color information

#EDC38F (or 0xEDC38F) is unknown color: approx New Tan. HEX triplet: ED, C3 and 8F. RGB value is (237,195,143). Sum of RGB (Red+Green+Blue) = 237+195+143=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 195 (76.56% from 255 or 33.91% from 575); Blue value is 143 (56.25% from 255 or 24.87% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC38F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC38F is #123C70. Grayscale: #C9C9C9. Windows color (decimal): -1195121 or 9421805. OLE color: 9421805.

HSL color Cylindrical-coordinate representation of color #EDC38F: hue angle of 33.19º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDC38F is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB237195143-
CMYK00.180.400.07
HSL33.19º72.31%74.51%-
HSV(B)33.19º39.66%92.94%-
XYZ59.459.0234.25-
YUV201.6394.91153.23-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.22%
GREEN value IS 195 (76.56% from 255) = 33.91%
BLUE value IS 143 (56.25% from 255) = 24.87%
R=41.22%
G=33.91%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719514300.180.400.0733.1972.3174.51
HexEDC38F01228721484b
Octal35530321702250741110113
Binary11101101110000111000111101001010100011110000110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC38F; }

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

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

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

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

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

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

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

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