#E9D75C

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

Shades of Portica #E9D75C

Tints of Portica #E9D75C

Color information

#E9D75C (or 0xE9D75C) is unknown color: approx Portica. HEX triplet: E9, D7 and 5C. RGB value is (233,215,92). Sum of RGB (Red+Green+Blue) = 233+215+92=540 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.15% from 540); Green value is 215 (84.38% from 255 or 39.81% from 540); Blue value is 92 (36.33% from 255 or 17.04% from 540); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D75C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D75C is #1628A3. Grayscale: #CECECE. Windows color (decimal): -1452196 or 6084585. OLE color: 6084585.

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

Color convert

RGB23321592-
CMYK00.080.610.09
HSL52.34º76.22%63.73%-
HSV(B)52.34º60.52%91.37%-
XYZ59.8466.719.85-
YUV206.3663.46147-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.15%
GREEN value IS 215 (84.38% from 255) = 39.81%
BLUE value IS 92 (36.33% from 255) = 17.04%
R=43.15%
G=39.81%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2332159200.080.610.0952.3476.2263.73
HexE9D75C083D9344c40
Octal351327134010751164114100
Binary1110100111010111101110001000111101100111010010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D75C; }

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

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

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

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

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

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

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

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