#E7D35F

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

Shades of Portica #E7D35F

Tints of Portica #E7D35F

Color information

#E7D35F (or 0xE7D35F) is unknown color: approx Portica. HEX triplet: E7, D3 and 5F. RGB value is (231,211,95). Sum of RGB (Red+Green+Blue) = 231+211+95=537 (71% of max value = 765). Red value is 231 (90.62% from 255 or 43.02% from 537); Green value is 211 (82.81% from 255 or 39.29% from 537); Blue value is 95 (37.5% from 255 or 17.69% from 537); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D35F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D35F is #182CA0. Grayscale: #CCCCCC. Windows color (decimal): -1584289 or 6280167. OLE color: 6280167.

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

Color convert

RGB23121195-
CMYK00.090.590.09
HSL51.18º73.91%63.92%-
HSV(B)51.18º58.87%90.59%-
XYZ58.3164.420.18-
YUV203.7666.63147.43-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.02%
GREEN value IS 211 (82.81% from 255) = 39.29%
BLUE value IS 95 (37.5% from 255) = 17.69%
R=43.02%
G=39.29%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312119500.090.590.0951.1873.9163.92
HexE7D35F093B9334a40
Octal347323137011731163112100
Binary1110011111010011101111101001111011100111001110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D35F; }

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

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

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

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

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

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

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

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