#efcf59

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

Shades of Portica #EFCF59

Tints of Portica #EFCF59

Color information

#EFCF59 (or 0xEFCF59) is unknown color: approx Portica. HEX triplet: EF, CF and 59. RGB value is (239,207,89). Sum of RGB (Red+Green+Blue) = 239+207+89=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 207 (81.25% from 255 or 38.69% from 535); Blue value is 89 (35.16% from 255 or 16.64% from 535); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCF59 is #1030A6. Grayscale: #CBCBCB. Windows color (decimal): -1061031 or 5885935. OLE color: 5885935.

HSL color Cylindrical-coordinate representation of color #EFCF59: hue angle of 47.2º 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 #EFCF59 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.06.

Color convert

RGB23920789-
CMYK00.130.630.06
HSL47.2º82.42%64.31%-
HSV(B)47.2º62.76%93.73%-
XYZ59.7163.718.6-
YUV203.1263.6153.59-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.67%
GREEN value IS 207 (81.25% from 255) = 38.69%
BLUE value IS 89 (35.16% from 255) = 16.64%
R=44.67%
G=38.69%
B=16.64%

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
Decimal2392078900.130.630.0647.282.4264.31
HexEFCF590D3F62f5240
Octal35731713101577657122100
Binary111011111100111110110010110111111111010111110100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efcf59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efcf59; }

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

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

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

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

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

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

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

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