#E7D353

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

Shades of Portica #E7D353

Tints of Portica #E7D353

Color information

#E7D353 (or 0xE7D353) is unknown color: approx Portica. HEX triplet: E7, D3 and 53. RGB value is (231,211,83). Sum of RGB (Red+Green+Blue) = 231+211+83=525 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44% from 525); Green value is 211 (82.81% from 255 or 40.19% from 525); Blue value is 83 (32.81% from 255 or 15.81% from 525); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D353 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D353 is #182CAC. Grayscale: #CACACA. Windows color (decimal): -1584301 or 5493735. OLE color: 5493735.

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

Color convert

RGB23121183-
CMYK00.090.640.09
HSL51.89º75.51%61.57%-
HSV(B)51.89º64.07%90.59%-
XYZ57.8164.217.53-
YUV202.3960.63148.41-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44%
GREEN value IS 211 (82.81% from 255) = 40.19%
BLUE value IS 83 (32.81% from 255) = 15.81%
R=44%
G=40.19%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.64
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312118300.090.640.0951.8975.5161.57
HexE7D35309409344c3e
Octal347323123011100116411476
Binary1110011111010011101001101001100000010011101001001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D353; }

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

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

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

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

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

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

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

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