#e9d75e

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

Shades of Portica #E9D75E

Tints of Portica #E9D75E

Color information

#E9D75E (or 0xE9D75E) is unknown color: approx Portica. HEX triplet: E9, D7 and 5E. RGB value is (233,215,94). Sum of RGB (Red+Green+Blue) = 233+215+94=542 (71% of max value = 765). Red value is 233 (91.41% from 255 or 42.99% from 542); Green value is 215 (84.38% from 255 or 39.67% from 542); Blue value is 94 (37.11% from 255 or 17.34% from 542); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D75E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D75E is #1628A1. Grayscale: #CFCFCF. Windows color (decimal): -1452194 or 6215657. OLE color: 6215657.

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

Color convert

RGB23321594-
CMYK00.080.600.09
HSL52.23º75.96%64.12%-
HSV(B)52.23º59.66%91.37%-
XYZ59.9366.7320.31-
YUV206.5964.46146.84-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.99%
GREEN value IS 215 (84.38% from 255) = 39.67%
BLUE value IS 94 (37.11% from 255) = 17.34%
R=42.99%
G=39.67%
B=17.34%

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
Decimal2332159400.080.600.0952.2375.9664.12
HexE9D75E083C9344c40
Octal351327136010741164114100
Binary1110100111010111101111001000111100100111010010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e9d75e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e9d75e; }

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

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

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

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

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

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

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

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