#E9D059

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

Shades of Portica #E9D059

Tints of Portica #E9D059

Color information

#E9D059 (or 0xE9D059) is unknown color: approx Portica. HEX triplet: E9, D0 and 59. RGB value is (233,208,89). Sum of RGB (Red+Green+Blue) = 233+208+89=530 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.96% from 530); Green value is 208 (81.64% from 255 or 39.25% from 530); Blue value is 89 (35.16% from 255 or 16.79% from 530); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D059 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D059 is #162FA6. Grayscale: #CACACA. Windows color (decimal): -1453991 or 5886185. OLE color: 5886185.

HSL color Cylindrical-coordinate representation of color #E9D059: hue angle of 49.58º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E9D059 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.09.

Color convert

RGB23320889-
CMYK00.110.620.09
HSL49.58º76.6%63.14%-
HSV(B)49.58º61.8%91.37%-
XYZ57.9663.1618.59-
YUV201.9164.28150.18-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.96%
GREEN value IS 208 (81.64% from 255) = 39.25%
BLUE value IS 89 (35.16% from 255) = 16.79%
R=43.96%
G=39.25%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.62
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2332088900.110.620.0949.5876.663.14
HexE9D0590B3E9324d3f
Octal35132013101376116211577
Binary111010011101000010110010101111111010011100101001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D059; }

 p { color: rgb(233,208,89); }

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

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

 a { background-color: rgb(233,208,89); }

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

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

 span { border-color: rgb(233,208,89); }

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