#E9D05E

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

Shades of Portica #E9D05E

Tints of Portica #E9D05E

Color information

#E9D05E (or 0xE9D05E) is unknown color: approx Portica. HEX triplet: E9, D0 and 5E. RGB value is (233,208,94). Sum of RGB (Red+Green+Blue) = 233+208+94=535 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.55% from 535); Green value is 208 (81.64% from 255 or 38.88% from 535); Blue value is 94 (37.11% from 255 or 17.57% from 535); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D05E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D05E is #162FA1. Grayscale: #CACACA. Windows color (decimal): -1453986 or 6213865. OLE color: 6213865.

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

Color convert

RGB23320894-
CMYK00.110.600.09
HSL49.21º75.96%64.12%-
HSV(B)49.21º59.66%91.37%-
XYZ58.1863.2419.73-
YUV202.4866.78149.77-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.55%
GREEN value IS 208 (81.64% from 255) = 38.88%
BLUE value IS 94 (37.11% from 255) = 17.57%
R=43.55%
G=38.88%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2332089400.110.600.0949.2175.9664.12
HexE9D05E0B3C9314c40
Octal351320136013741161114100
Binary1110100111010000101111001011111100100111000110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D05E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D05E; }

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

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

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

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

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

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

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

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