#EFD561

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

Shades of Portica #EFD561

Tints of Portica #EFD561

Color information

#EFD561 (or 0xEFD561) is unknown color: approx Portica. HEX triplet: EF, D5 and 61. RGB value is (239,213,97). Sum of RGB (Red+Green+Blue) = 239+213+97=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 213 (83.59% from 255 or 38.80% from 549); Blue value is 97 (38.28% from 255 or 17.67% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD561 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD561 is #102A9E. Grayscale: #D0D0D0. Windows color (decimal): -1059487 or 6411759. OLE color: 6411759.

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

Color convert

RGB23921397-
CMYK00.110.590.06
HSL49.01º81.61%65.88%-
HSV(B)49.01º59.41%93.73%-
XYZ61.5566.820.96-
YUV207.5565.61150.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.53%
GREEN value IS 213 (83.59% from 255) = 38.80%
BLUE value IS 97 (38.28% from 255) = 17.67%
R=43.53%
G=38.80%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392139700.110.590.0649.0181.6165.88
HexEFD5610B3B6315242
Octal35732514101373661122102
Binary111011111101010111000010101111101111011000110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD561; }

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

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

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

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

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

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

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

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