#E5D058

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

Shades of Portica #E5D058

Tints of Portica #E5D058

Color information

#E5D058 (or 0xE5D058) is unknown color: approx Portica. HEX triplet: E5, D0 and 58. RGB value is (229,208,88). Sum of RGB (Red+Green+Blue) = 229+208+88=525 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.62% from 525); Green value is 208 (81.64% from 255 or 39.62% from 525); Blue value is 88 (34.77% from 255 or 16.76% from 525); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D058 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D058 is #1A2FA7. Grayscale: #C9C9C9. Windows color (decimal): -1716136 or 5820645. OLE color: 5820645.

HSL color Cylindrical-coordinate representation of color #E5D058: hue angle of 51.06º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E5D058 is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.10.

Color convert

RGB22920888-
CMYK00.090.620.10
HSL51.06º73.06%62.16%-
HSV(B)51.06º61.57%89.8%-
XYZ56.6362.4718.31-
YUV200.664.46148.26-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.62%
GREEN value IS 208 (81.64% from 255) = 39.62%
BLUE value IS 88 (34.77% from 255) = 16.76%
R=43.62%
G=39.62%
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.10
SystemRedGreenBlueCMYKHSL
Decimal2292088800.090.620.1051.0673.0662.16
HexE5D058093EA33493e
Octal34532013001176126311176
Binary111001011101000010110000100111111010101100111001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D058; }

 p { color: rgb(229,208,88); }

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

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

 a { background-color: rgb(229,208,88); }

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

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

 span { border-color: rgb(229,208,88); }

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