#EFD862

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

Shades of Portica #EFD862

Tints of Portica #EFD862

Color information

#EFD862 (or 0xEFD862) is unknown color: approx Portica. HEX triplet: EF, D8 and 62. RGB value is (239,216,98). Sum of RGB (Red+Green+Blue) = 239+216+98=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 216 (84.77% from 255 or 39.06% from 553); Blue value is 98 (38.67% from 255 or 17.72% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD862 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD862 is #10279D. Grayscale: #D1D1D1. Windows color (decimal): -1058718 or 6478063. OLE color: 6478063.

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

Color convert

RGB23921698-
CMYK00.100.590.06
HSL50.21º81.5%66.08%-
HSV(B)50.21º59%93.73%-
XYZ62.3668.3421.46-
YUV209.4265.12149.09-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.22%
GREEN value IS 216 (84.77% from 255) = 39.06%
BLUE value IS 98 (38.67% from 255) = 17.72%
R=43.22%
G=39.06%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392169800.100.590.0650.2181.566.08
HexEFD8620A3B6325242
Octal35733014201273662122102
Binary111011111101100011000100101011101111011001010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD862; }

 p { color: rgb(239,216,98); }

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

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

 a { background-color: rgb(239,216,98); }

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

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

 span { border-color: rgb(239,216,98); }

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