#EFCB59

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

Shades of Portica #EFCB59

Tints of Portica #EFCB59

Color information

#EFCB59 (or 0xEFCB59) is unknown color: approx Portica. HEX triplet: EF, CB and 59. RGB value is (239,203,89). Sum of RGB (Red+Green+Blue) = 239+203+89=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 89 (35.16% from 255 or 16.76% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCB59 is #1034A6. Grayscale: #C9C9C9. Windows color (decimal): -1062055 or 5884911. OLE color: 5884911.

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

Color convert

RGB23920389-
CMYK00.150.630.06
HSL45.6º82.42%64.31%-
HSV(B)45.6º62.76%93.73%-
XYZ58.7661.7818.28-
YUV200.7764.93155.27-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.01%
GREEN value IS 203 (79.69% from 255) = 38.23%
BLUE value IS 89 (35.16% from 255) = 16.76%
R=45.01%
G=38.23%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.63
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392038900.150.630.0645.682.4264.31
HexEFCB590F3F62e5240
Octal35731313101777656122100
Binary111011111100101110110010111111111111010111010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCB59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCB59; }

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

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

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

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

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

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

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

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