#EACF54

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

Shades of Portica #EACF54

Tints of Portica #EACF54

Color information

#EACF54 (or 0xEACF54) is unknown color: approx Portica. HEX triplet: EA, CF and 54. RGB value is (234,207,84). Sum of RGB (Red+Green+Blue) = 234+207+84=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 84 (33.20% from 255 or 16% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACF54 is #1530AB. Grayscale: #C9C9C9. Windows color (decimal): -1388716 or 5558250. OLE color: 5558250.

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

Color convert

RGB23420784-
CMYK00.120.640.08
HSL49.2º78.12%62.35%-
HSV(B)49.2º64.1%91.76%-
XYZ57.8462.7617.45-
YUV201.0561.95151.5-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.57%
GREEN value IS 207 (81.25% from 255) = 39.43%
BLUE value IS 84 (33.20% from 255) = 16%
R=44.57%
G=39.43%
B=16%

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
Decimal2342078400.120.640.0849.278.1262.35
HexEACF540C408314e3e
Octal352317124014100106111676
Binary1110101011001111101010001100100000010001100011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACF54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACF54; }

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

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

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

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

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

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

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

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