#E8D053

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

Shades of Portica #E8D053

Tints of Portica #E8D053

Color information

#E8D053 (or 0xE8D053) is unknown color: approx Portica. HEX triplet: E8, D0 and 53. RGB value is (232,208,83). Sum of RGB (Red+Green+Blue) = 232+208+83=523 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.36% from 523); Green value is 208 (81.64% from 255 or 39.77% from 523); Blue value is 83 (32.81% from 255 or 15.87% from 523); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D053 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D053 is #172FAC. Grayscale: #C9C9C9. Windows color (decimal): -1519533 or 5492968. OLE color: 5492968.

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

Color convert

RGB23220883-
CMYK00.100.640.09
HSL50.34º76.41%61.76%-
HSV(B)50.34º64.22%90.98%-
XYZ57.462.8917.3-
YUV200.9361.45150.16-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.36%
GREEN value IS 208 (81.64% from 255) = 39.77%
BLUE value IS 83 (32.81% from 255) = 15.87%
R=44.36%
G=39.77%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.64
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322088300.100.640.0950.3476.4161.76
HexE8D0530A409324c3e
Octal350320123012100116211476
Binary1110100011010000101001101010100000010011100101001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D053; }

 p { color: rgb(232,208,83); }

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

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

 a { background-color: rgb(232,208,83); }

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

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

 span { border-color: rgb(232,208,83); }

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