#EFCB54

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

Shades of Portica #EFCB54

Tints of Portica #EFCB54

Color information

#EFCB54 (or 0xEFCB54) is unknown color: approx Portica. HEX triplet: EF, CB and 54. RGB value is (239,203,84). Sum of RGB (Red+Green+Blue) = 239+203+84=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 203 (79.69% from 255 or 38.59% from 526); Blue value is 84 (33.20% from 255 or 15.97% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCB54 is #1034AB. Grayscale: #C8C8C8. Windows color (decimal): -1062060 or 5557231. OLE color: 5557231.

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

Color convert

RGB23920384-
CMYK00.150.650.06
HSL46.06º82.89%63.33%-
HSV(B)46.06º64.85%93.73%-
XYZ58.5561.717.21-
YUV200.262.43155.68-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.44%
GREEN value IS 203 (79.69% from 255) = 38.59%
BLUE value IS 84 (33.20% from 255) = 15.97%
R=45.44%
G=38.59%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.65
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392038400.150.650.0646.0682.8963.33
HexEFCB540F4162e533f
Octal35731312401710165612377
Binary111011111100101110101000111110000011101011101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCB54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCB54; }

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

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

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

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

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

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

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

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