#E8CF55

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

Shades of Portica #E8CF55

Tints of Portica #E8CF55

Color information

#E8CF55 (or 0xE8CF55) is unknown color: approx Portica. HEX triplet: E8, CF and 55. RGB value is (232,207,85). Sum of RGB (Red+Green+Blue) = 232+207+85=524 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.27% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 85 (33.59% from 255 or 16.22% from 524); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CF55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8CF55 is #1730AA. Grayscale: #C9C9C9. Windows color (decimal): -1519787 or 5623784. OLE color: 5623784.

HSL color Cylindrical-coordinate representation of color #E8CF55: hue angle of 49.8º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E8CF55 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.09.

Color convert

RGB23220785-
CMYK00.110.630.09
HSL49.8º76.17%62.16%-
HSV(B)49.8º63.36%90.98%-
XYZ57.2362.4417.63-
YUV200.5762.78150.42-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.27%
GREEN value IS 207 (81.25% from 255) = 39.50%
BLUE value IS 85 (33.59% from 255) = 16.22%
R=44.27%
G=39.50%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.63
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322078500.110.630.0949.876.1762.16
HexE8CF550B3F9324c3e
Octal35031712501377116211476
Binary111010001100111110101010101111111110011100101001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CF55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CF55; }

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

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

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

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

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

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

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

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