#efef99

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

Shades of Portafino #EFEF99

Tints of Portafino #EFEF99

Color information

#EFEF99 (or 0xEFEF99) is unknown color: approx Portafino. HEX triplet: EF, EF and 99. RGB value is (239,239,153). Sum of RGB (Red+Green+Blue) = 239+239+153=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 239 (93.75% from 255 or 37.88% from 631); Blue value is 153 (60.16% from 255 or 24.25% from 631); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF99 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEF99 is #101066. Grayscale: #E5E5E5. Windows color (decimal): -1052775 or 10088431. OLE color: 10088431.

HSL color Cylindrical-coordinate representation of color #EFEF99: hue angle of 60º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFEF99 is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB239239153-
CMYK000.360.06
HSL60º72.88%76.86%-
HSV(B)60º35.98%93.73%-
XYZ72.2182.3842.23-
YUV229.285134.99-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.88%
GREEN value IS 239 (93.75% from 255) = 37.88%
BLUE value IS 153 (60.16% from 255) = 24.25%
R=37.88%
G=37.88%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239239153000.360.066072.8876.86
HexEFEF99002463c494d
Octal3573572310044674111115
Binary1110111111101111100110010010010011011110010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efef99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efef99; }

 p { color: rgb(239,239,153); }

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

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

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

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

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

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

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