#E8D259

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

Shades of Portica #E8D259

Tints of Portica #E8D259

Color information

#E8D259 (or 0xE8D259) is unknown color: approx Portica. HEX triplet: E8, D2 and 59. RGB value is (232,210,89). Sum of RGB (Red+Green+Blue) = 232+210+89=531 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.69% from 531); Green value is 210 (82.42% from 255 or 39.55% from 531); Blue value is 89 (35.16% from 255 or 16.76% from 531); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D259 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D259 is #172DA6. Grayscale: #CBCBCB. Windows color (decimal): -1519015 or 5886696. OLE color: 5886696.

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

Color convert

RGB23221089-
CMYK00.090.620.09
HSL50.77º75.66%62.94%-
HSV(B)50.77º61.64%90.98%-
XYZ58.1363.9718.73-
YUV202.7863.79148.84-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.69%
GREEN value IS 210 (82.42% from 255) = 39.55%
BLUE value IS 89 (35.16% from 255) = 16.76%
R=43.69%
G=39.55%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.62
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322108900.090.620.0950.7775.6662.94
HexE8D259093E9334c3f
Octal35032213101176116311477
Binary111010001101001010110010100111111010011100111001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D259; }

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

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

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

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

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

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

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

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