#EDC28F

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

Shades of New Tan #EDC28F

Tints of New Tan #EDC28F

Color information

#EDC28F (or 0xEDC28F) is unknown color: approx New Tan. HEX triplet: ED, C2 and 8F. RGB value is (237,194,143). Sum of RGB (Red+Green+Blue) = 237+194+143=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 194 (76.17% from 255 or 33.80% from 574); Blue value is 143 (56.25% from 255 or 24.91% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC28F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC28F is #123D70. Grayscale: #C9C9C9. Windows color (decimal): -1195377 or 9421549. OLE color: 9421549.

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

Color convert

RGB237194143-
CMYK00.180.400.07
HSL32.55º72.31%74.51%-
HSV(B)32.55º39.66%92.94%-
XYZ59.1758.5734.17-
YUV201.0495.25153.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.29%
GREEN value IS 194 (76.17% from 255) = 33.80%
BLUE value IS 143 (56.25% from 255) = 24.91%
R=41.29%
G=33.80%
B=24.91%

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
Decimal23719414300.180.400.0732.5572.3174.51
HexEDC28F01228721484b
Octal35530221702250741110113
Binary11101101110000101000111101001010100011110000110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC28F; }

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

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

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

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

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

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

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

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