#EFD159

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

Shades of Portica #EFD159

Tints of Portica #EFD159

Color information

#EFD159 (or 0xEFD159) is unknown color: approx Portica. HEX triplet: EF, D1 and 59. RGB value is (239,209,89). Sum of RGB (Red+Green+Blue) = 239+209+89=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 209 (82.03% from 255 or 38.92% from 537); Blue value is 89 (35.16% from 255 or 16.57% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD159 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD159 is #102EA6. Grayscale: #CCCCCC. Windows color (decimal): -1060519 or 5886447. OLE color: 5886447.

HSL color Cylindrical-coordinate representation of color #EFD159: hue angle of 48º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EFD159 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.06.

Color convert

RGB23920989-
CMYK00.130.630.06
HSL48º82.42%64.31%-
HSV(B)48º62.76%93.73%-
XYZ60.264.6718.76-
YUV204.2962.94152.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.51%
GREEN value IS 209 (82.03% from 255) = 38.92%
BLUE value IS 89 (35.16% from 255) = 16.57%
R=44.51%
G=38.92%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.63
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392098900.130.630.064882.4264.31
HexEFD1590D3F6305240
Octal35732113101577660122100
Binary111011111101000110110010110111111111011000010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD159; }

 p { color: rgb(239,209,89); }

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

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

 a { background-color: rgb(239,209,89); }

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

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

 span { border-color: rgb(239,209,89); }

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