#EFDF60

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

Shades of Portica #EFDF60

Tints of Portica #EFDF60

Color information

#EFDF60 (or 0xEFDF60) is unknown color: approx Portica. HEX triplet: EF, DF and 60. RGB value is (239,223,96). Sum of RGB (Red+Green+Blue) = 239+223+96=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 223 (87.5% from 255 or 39.96% from 558); Blue value is 96 (37.89% from 255 or 17.20% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDF60 is #10209F. Grayscale: #D5D5D5. Windows color (decimal): -1056928 or 6348783. OLE color: 6348783.

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

Color convert

RGB23922396-
CMYK00.070.600.06
HSL53.29º81.71%65.69%-
HSV(B)53.29º59.83%93.73%-
XYZ64.171.9721.58-
YUV213.3161.8146.33-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.83%
GREEN value IS 223 (87.5% from 255) = 39.96%
BLUE value IS 96 (37.89% from 255) = 17.20%
R=42.83%
G=39.96%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.60
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392239600.070.600.0653.2981.7165.69
HexEFDF60073C6355242
Octal3573371400774665122102
Binary11101111110111111100000011111110011011010110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDF60; }

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

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

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

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

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

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

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

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