#E9D75D

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

Shades of Portica #E9D75D

Tints of Portica #E9D75D

Color information

#E9D75D (or 0xE9D75D) is unknown color: approx Portica. HEX triplet: E9, D7 and 5D. RGB value is (233,215,93). Sum of RGB (Red+Green+Blue) = 233+215+93=541 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.07% from 541); Green value is 215 (84.38% from 255 or 39.74% from 541); Blue value is 93 (36.72% from 255 or 17.19% from 541); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D75D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D75D is #1628A2. Grayscale: #CECECE. Windows color (decimal): -1452195 or 6150121. OLE color: 6150121.

HSL color Cylindrical-coordinate representation of color #E9D75D: hue angle of 52.29º degrees, saturation: 0.76, 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 #E9D75D is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB23321593-
CMYK00.080.600.09
HSL52.29º76.09%63.92%-
HSV(B)52.29º60.09%91.37%-
XYZ59.8866.7120.08-
YUV206.4763.96146.92-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.07%
GREEN value IS 215 (84.38% from 255) = 39.74%
BLUE value IS 93 (36.72% from 255) = 17.19%
R=43.07%
G=39.74%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2332159300.080.600.0952.2976.0963.92
HexE9D75D083C9344c40
Octal351327135010741164114100
Binary1110100111010111101110101000111100100111010010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D75D; }

 p { color: rgb(233,215,93); }

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

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

 a { background-color: rgb(233,215,93); }

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

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

 span { border-color: rgb(233,215,93); }

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