#EFD557

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

Shades of Portica #EFD557

Tints of Portica #EFD557

Color information

#EFD557 (or 0xEFD557) is unknown color: approx Portica. HEX triplet: EF, D5 and 57. RGB value is (239,213,87). Sum of RGB (Red+Green+Blue) = 239+213+87=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 213 (83.59% from 255 or 39.52% from 539); Blue value is 87 (34.38% from 255 or 16.14% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD557 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD557 is #102AA8. Grayscale: #CECECE. Windows color (decimal): -1059497 or 5756399. OLE color: 5756399.

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

Color convert

RGB23921387-
CMYK00.110.640.06
HSL49.74º82.61%63.92%-
HSV(B)49.74º63.6%93.73%-
XYZ61.1166.6318.66-
YUV206.4160.61151.25-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.34%
GREEN value IS 213 (83.59% from 255) = 39.52%
BLUE value IS 87 (34.38% from 255) = 16.14%
R=44.34%
G=39.52%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.64
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392138700.110.640.0649.7482.6163.92
HexEFD5570B406325340
Octal357325127013100662123100
Binary1110111111010101101011101011100000011011001010100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD557; }

 p { color: rgb(239,213,87); }

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

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

 a { background-color: rgb(239,213,87); }

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

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

 span { border-color: rgb(239,213,87); }

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