#EFD457

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

Shades of Portica #EFD457

Tints of Portica #EFD457

Color information

#EFD457 (or 0xEFD457) is unknown color: approx Portica. HEX triplet: EF, D4 and 57. RGB value is (239,212,87). Sum of RGB (Red+Green+Blue) = 239+212+87=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 212 (83.20% from 255 or 39.41% from 538); Blue value is 87 (34.38% from 255 or 16.17% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD457 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD457 is #102BA8. Grayscale: #CECECE. Windows color (decimal): -1059753 or 5756143. OLE color: 5756143.

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

Color convert

RGB23921287-
CMYK00.110.640.06
HSL49.34º82.61%63.92%-
HSV(B)49.34º63.6%93.73%-
XYZ60.8666.1318.57-
YUV205.8260.95151.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.42%
GREEN value IS 212 (83.20% from 255) = 39.41%
BLUE value IS 87 (34.38% from 255) = 16.17%
R=44.42%
G=39.41%
B=16.17%

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
Decimal2392128700.110.640.0649.3482.6163.92
HexEFD4570B406315340
Octal357324127013100661123100
Binary1110111111010100101011101011100000011011000110100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD457; }

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

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

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

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

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

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

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

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