#EACC55

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

Shades of Portica #EACC55

Tints of Portica #EACC55

Color information

#EACC55 (or 0xEACC55) is unknown color: approx Portica. HEX triplet: EA, CC and 55. RGB value is (234,204,85). Sum of RGB (Red+Green+Blue) = 234+204+85=523 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.74% from 523); Green value is 204 (80.08% from 255 or 39.01% from 523); Blue value is 85 (33.59% from 255 or 16.25% from 523); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACC55 is #1533AA. Grayscale: #C7C7C7. Windows color (decimal): -1389483 or 5623018. OLE color: 5623018.

HSL color Cylindrical-coordinate representation of color #EACC55: hue angle of 47.92º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EACC55 is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB23420485-
CMYK00.130.640.08
HSL47.92º78.01%62.55%-
HSV(B)47.92º63.68%91.76%-
XYZ57.1661.3317.42-
YUV199.463.44152.68-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.74%
GREEN value IS 204 (80.08% from 255) = 39.01%
BLUE value IS 85 (33.59% from 255) = 16.25%
R=44.74%
G=39.01%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342048500.130.640.0847.9278.0162.55
HexEACC550D408304e3f
Octal352314125015100106011677
Binary1110101011001100101010101101100000010001100001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACC55; }

 p { color: rgb(234,204,85); }

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

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

 a { background-color: rgb(234,204,85); }

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

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

 span { border-color: rgb(234,204,85); }

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