#E9D65C

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

Shades of Portica #E9D65C

Tints of Portica #E9D65C

Color information

#E9D65C (or 0xE9D65C) is unknown color: approx Portica. HEX triplet: E9, D6 and 5C. RGB value is (233,214,92). Sum of RGB (Red+Green+Blue) = 233+214+92=539 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.23% from 539); Green value is 214 (83.98% from 255 or 39.70% from 539); Blue value is 92 (36.33% from 255 or 17.07% from 539); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D65C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D65C is #1629A3. Grayscale: #CECECE. Windows color (decimal): -1452452 or 6084329. OLE color: 6084329.

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

Color convert

RGB23321492-
CMYK00.080.610.09
HSL51.91º76.22%63.73%-
HSV(B)51.91º60.52%91.37%-
XYZ59.5866.1919.76-
YUV205.7763.79147.42-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.23%
GREEN value IS 214 (83.98% from 255) = 39.70%
BLUE value IS 92 (36.33% from 255) = 17.07%
R=43.23%
G=39.70%
B=17.07%

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
Decimal2332149200.080.610.0951.9176.2263.73
HexE9D65C083D9344c40
Octal351326134010751164114100
Binary1110100111010110101110001000111101100111010010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D65C; }

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

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

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

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

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

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

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

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