#E9D55C

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

Shades of Portica #E9D55C

Tints of Portica #E9D55C

Color information

#E9D55C (or 0xE9D55C) is unknown color: approx Portica. HEX triplet: E9, D5 and 5C. RGB value is (233,213,92). Sum of RGB (Red+Green+Blue) = 233+213+92=538 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.31% from 538); Green value is 213 (83.59% from 255 or 39.59% from 538); Blue value is 92 (36.33% from 255 or 17.10% from 538); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D55C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D55C is #162AA3. Grayscale: #CDCDCD. Windows color (decimal): -1452708 or 6084073. OLE color: 6084073.

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

Color convert

RGB23321392-
CMYK00.090.610.09
HSL51.49º76.22%63.73%-
HSV(B)51.49º60.52%91.37%-
XYZ59.3365.6819.68-
YUV205.1964.13147.84-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.31%
GREEN value IS 213 (83.59% from 255) = 39.59%
BLUE value IS 92 (36.33% from 255) = 17.10%
R=43.31%
G=39.59%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2332139200.090.610.0951.4976.2263.73
HexE9D55C093D9334c40
Octal351325134011751163114100
Binary1110100111010101101110001001111101100111001110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D55C; }

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

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

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

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

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

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

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

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