#E7D45F

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

Shades of Portica #E7D45F

Tints of Portica #E7D45F

Color information

#E7D45F (or 0xE7D45F) is unknown color: approx Portica. HEX triplet: E7, D4 and 5F. RGB value is (231,212,95). Sum of RGB (Red+Green+Blue) = 231+212+95=538 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.94% from 538); Green value is 212 (83.20% from 255 or 39.41% from 538); Blue value is 95 (37.5% from 255 or 17.66% from 538); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D45F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D45F is #182BA0. Grayscale: #CCCCCC. Windows color (decimal): -1584033 or 6280423. OLE color: 6280423.

HSL color Cylindrical-coordinate representation of color #E7D45F: hue angle of 51.62º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E7D45F is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB23121295-
CMYK00.080.590.09
HSL51.62º73.91%63.92%-
HSV(B)51.62º58.87%90.59%-
XYZ58.5664.920.27-
YUV204.3466.29147.01-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.94%
GREEN value IS 212 (83.20% from 255) = 39.41%
BLUE value IS 95 (37.5% from 255) = 17.66%
R=42.94%
G=39.41%
B=17.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312129500.080.590.0951.6273.9163.92
HexE7D45F083B9344a40
Octal347324137010731164112100
Binary1110011111010100101111101000111011100111010010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D45F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D45F; }

 p { color: rgb(231,212,95); }

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

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

 a { background-color: rgb(231,212,95); }

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

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

 span { border-color: rgb(231,212,95); }

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