#E7CE55

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

Shades of Portica #E7CE55

Tints of Portica #E7CE55

Color information

#E7CE55 (or 0xE7CE55) is unknown color: approx Portica. HEX triplet: E7, CE and 55. RGB value is (231,206,85). Sum of RGB (Red+Green+Blue) = 231+206+85=522 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.25% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 85 (33.59% from 255 or 16.28% from 522); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CE55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CE55 is #1831AA. Grayscale: #C8C8C8. Windows color (decimal): -1585579 or 5623527. OLE color: 5623527.

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

Color convert

RGB23120685-
CMYK00.110.630.09
HSL49.73º75.26%61.96%-
HSV(B)49.73º63.2%90.59%-
XYZ56.6761.7917.53-
YUV199.6863.28150.34-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.25%
GREEN value IS 206 (80.86% from 255) = 39.46%
BLUE value IS 85 (33.59% from 255) = 16.28%
R=44.25%
G=39.46%
B=16.28%

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
Decimal2312068500.110.630.0949.7375.2661.96
HexE7CE550B3F9324b3e
Octal34731612501377116211376
Binary111001111100111010101010101111111110011100101001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CE55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CE55; }

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

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

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

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

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

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

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

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