#EACE55

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

Shades of Portica #EACE55

Tints of Portica #EACE55

Color information

#EACE55 (or 0xEACE55) is unknown color: approx Portica. HEX triplet: EA, CE and 55. RGB value is (234,206,85). Sum of RGB (Red+Green+Blue) = 234+206+85=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 85 (33.59% from 255 or 16.19% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EACE55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACE55 is #1531AA. Grayscale: #C9C9C9. Windows color (decimal): -1388971 or 5623530. OLE color: 5623530.

HSL color Cylindrical-coordinate representation of color #EACE55: hue angle of 48.72º 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 #EACE55 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB23420685-
CMYK00.120.640.08
HSL48.72º78.01%62.55%-
HSV(B)48.72º63.68%91.76%-
XYZ57.6462.2917.58-
YUV200.5862.78151.84-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.57%
GREEN value IS 206 (80.86% from 255) = 39.24%
BLUE value IS 85 (33.59% from 255) = 16.19%
R=44.57%
G=39.24%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342068500.120.640.0848.7278.0162.55
HexEACE550C408314e3f
Octal352316125014100106111677
Binary1110101011001110101010101100100000010001100011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACE55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACE55; }

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

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

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

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

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

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

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

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