#E9D259

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

Shades of Portica #E9D259

Tints of Portica #E9D259

Color information

#E9D259 (or 0xE9D259) is unknown color: approx Portica. HEX triplet: E9, D2 and 59. RGB value is (233,210,89). Sum of RGB (Red+Green+Blue) = 233+210+89=532 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.80% from 532); Green value is 210 (82.42% from 255 or 39.47% from 532); Blue value is 89 (35.16% from 255 or 16.73% from 532); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D259 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D259 is #162DA6. Grayscale: #CBCBCB. Windows color (decimal): -1453479 or 5886697. OLE color: 5886697.

HSL color Cylindrical-coordinate representation of color #E9D259: hue angle of 50.42º 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 #E9D259 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.09.

Color convert

RGB23321089-
CMYK00.100.620.09
HSL50.42º76.6%63.14%-
HSV(B)50.42º61.8%91.37%-
XYZ58.4564.1418.75-
YUV203.0863.62149.34-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.80%
GREEN value IS 210 (82.42% from 255) = 39.47%
BLUE value IS 89 (35.16% from 255) = 16.73%
R=43.80%
G=39.47%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.62
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2332108900.100.620.0950.4276.663.14
HexE9D2590A3E9324d3f
Octal35132213101276116211577
Binary111010011101001010110010101011111010011100101001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D259; }

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

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

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

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

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

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

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

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