#EFDF63

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

Shades of Portica #EFDF63

Tints of Portica #EFDF63

Color information

#EFDF63 (or 0xEFDF63) is unknown color: approx Portica. HEX triplet: EF, DF and 63. RGB value is (239,223,99). Sum of RGB (Red+Green+Blue) = 239+223+99=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 223 (87.5% from 255 or 39.75% from 561); Blue value is 99 (39.06% from 255 or 17.65% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDF63 is #10209C. Grayscale: #D6D6D6. Windows color (decimal): -1056925 or 6545391. OLE color: 6545391.

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

Color convert

RGB23922399-
CMYK00.070.590.06
HSL53.14º81.4%66.27%-
HSV(B)53.14º58.58%93.73%-
XYZ64.2472.0322.32-
YUV213.6563.3146.08-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.60%
GREEN value IS 223 (87.5% from 255) = 39.75%
BLUE value IS 99 (39.06% from 255) = 17.65%
R=42.60%
G=39.75%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392239900.070.590.0653.1481.466.27
HexEFDF63073B6355142
Octal3573371430773665121102
Binary11101111110111111100011011111101111011010110100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDF63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDF63; }

 p { color: rgb(239,223,99); }

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

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

 a { background-color: rgb(239,223,99); }

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

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

 span { border-color: rgb(239,223,99); }

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