#EACE54

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

Shades of Portica #EACE54

Tints of Portica #EACE54

Color information

#EACE54 (or 0xEACE54) is unknown color: approx Portica. HEX triplet: EA, CE and 54. RGB value is (234,206,84). Sum of RGB (Red+Green+Blue) = 234+206+84=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 84 (33.20% from 255 or 16.03% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EACE54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACE54 is #1531AB. Grayscale: #C8C8C8. Windows color (decimal): -1388972 or 5557994. OLE color: 5557994.

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

Color convert

RGB23420684-
CMYK00.120.640.08
HSL48.8º78.12%62.35%-
HSV(B)48.8º64.1%91.76%-
XYZ57.662.2817.37-
YUV200.4662.28151.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.66%
GREEN value IS 206 (80.86% from 255) = 39.31%
BLUE value IS 84 (33.20% from 255) = 16.03%
R=44.66%
G=39.31%
B=16.03%

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
Decimal2342068400.120.640.0848.878.1262.35
HexEACE540C408314e3e
Octal352316124014100106111676
Binary1110101011001110101010001100100000010001100011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACE54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACE54; }

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

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

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

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

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

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

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

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