#E7D05D

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

Shades of Portica #E7D05D

Tints of Portica #E7D05D

Color information

#E7D05D (or 0xE7D05D) is unknown color: approx Portica. HEX triplet: E7, D0 and 5D. RGB value is (231,208,93). Sum of RGB (Red+Green+Blue) = 231+208+93=532 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.42% from 532); Green value is 208 (81.64% from 255 or 39.10% from 532); Blue value is 93 (36.72% from 255 or 17.48% from 532); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D05D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D05D is #182FA2. Grayscale: #CACACA. Windows color (decimal): -1585059 or 6148327. OLE color: 6148327.

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

Color convert

RGB23120893-
CMYK00.100.600.09
HSL50º74.19%63.53%-
HSV(B)50º59.74%90.59%-
XYZ57.4962.8919.47-
YUV201.7766.62148.85-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.42%
GREEN value IS 208 (81.64% from 255) = 39.10%
BLUE value IS 93 (36.72% from 255) = 17.48%
R=43.42%
G=39.10%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312089300.100.600.095074.1963.53
HexE7D05D0A3C9324a40
Octal347320135012741162112100
Binary1110011111010000101110101010111100100111001010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D05D; }

 p { color: rgb(231,208,93); }

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

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

 a { background-color: rgb(231,208,93); }

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

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

 span { border-color: rgb(231,208,93); }

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