#e8cf54

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

Shades of Portica #E8CF54

Tints of Portica #E8CF54

Color information

#E8CF54 (or 0xE8CF54) is unknown color: approx Portica. HEX triplet: E8, CF and 54. RGB value is (232,207,84). Sum of RGB (Red+Green+Blue) = 232+207+84=523 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.36% from 523); Green value is 207 (81.25% from 255 or 39.58% from 523); Blue value is 84 (33.20% from 255 or 16.06% from 523); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CF54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8CF54 is #1730AB. Grayscale: #C8C8C8. Windows color (decimal): -1519788 or 5558248. OLE color: 5558248.

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

Color convert

RGB23220784-
CMYK00.110.640.09
HSL49.86º76.29%61.96%-
HSV(B)49.86º63.79%90.98%-
XYZ57.1962.4217.42-
YUV200.4562.28150.5-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.36%
GREEN value IS 207 (81.25% from 255) = 39.58%
BLUE value IS 84 (33.20% from 255) = 16.06%
R=44.36%
G=39.58%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.64
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322078400.110.640.0949.8676.2961.96
HexE8CF540B409324c3e
Octal350317124013100116211476
Binary1110100011001111101010001011100000010011100101001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e8cf54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e8cf54; }

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

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

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

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

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

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

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

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