#E7D45B

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

Shades of Portica #E7D45B

Tints of Portica #E7D45B

Color information

#E7D45B (or 0xE7D45B) is unknown color: approx Portica. HEX triplet: E7, D4 and 5B. RGB value is (231,212,91). Sum of RGB (Red+Green+Blue) = 231+212+91=534 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.26% from 534); Green value is 212 (83.20% from 255 or 39.70% from 534); Blue value is 91 (35.94% from 255 or 17.04% from 534); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D45B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D45B is #182BA4. Grayscale: #CCCCCC. Windows color (decimal): -1584037 or 6018279. OLE color: 6018279.

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

Color convert

RGB23121291-
CMYK00.080.610.09
HSL51.86º74.47%63.14%-
HSV(B)51.86º60.61%90.59%-
XYZ58.3964.8319.33-
YUV203.8964.29147.34-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.26%
GREEN value IS 212 (83.20% from 255) = 39.70%
BLUE value IS 91 (35.94% from 255) = 17.04%
R=43.26%
G=39.70%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312129100.080.610.0951.8674.4763.14
HexE7D45B083D9344a3f
Octal34732413301075116411277
Binary111001111101010010110110100011110110011101001001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D45B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D45B; }

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

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

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

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

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

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

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

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