#EDD860

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

Shades of Portica #EDD860

Tints of Portica #EDD860

Color information

#EDD860 (or 0xEDD860) is unknown color: approx Portica. HEX triplet: ED, D8 and 60. RGB value is (237,216,96). Sum of RGB (Red+Green+Blue) = 237+216+96=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 216 (84.77% from 255 or 39.34% from 549); Blue value is 96 (37.89% from 255 or 17.49% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD860 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD860 is #12279F. Grayscale: #D1D1D1. Windows color (decimal): -1189792 or 6346989. OLE color: 6346989.

HSL color Cylindrical-coordinate representation of color #EDD860: hue angle of 51.06º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDD860 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB23721696-
CMYK00.090.590.07
HSL51.06º79.66%65.29%-
HSV(B)51.06º59.49%92.94%-
XYZ61.5967.9620.94-
YUV208.664.46148.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.17%
GREEN value IS 216 (84.77% from 255) = 39.34%
BLUE value IS 96 (37.89% from 255) = 17.49%
R=43.17%
G=39.34%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372169600.090.590.0751.0679.6665.29
HexEDD860093B7335041
Octal35533014001173763120101
Binary111011011101100011000000100111101111111001110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD860; }

 p { color: rgb(237,216,96); }

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

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

 a { background-color: rgb(237,216,96); }

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

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

 span { border-color: rgb(237,216,96); }

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