#EFEE9A

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

Shades of Portafino #EFEE9A

Tints of Portafino #EFEE9A

Color information

#EFEE9A (or 0xEFEE9A) is unknown color: approx Portafino. HEX triplet: EF, EE and 9A. RGB value is (239,238,154). Sum of RGB (Red+Green+Blue) = 239+238+154=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 238 (93.36% from 255 or 37.72% from 631); Blue value is 154 (60.55% from 255 or 24.41% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEE9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEE9A is #101165. Grayscale: #E5E5E5. Windows color (decimal): -1053030 or 10153711. OLE color: 10153711.

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

Color convert

RGB239238154-
CMYK00.000.360.06
HSL59.29º72.65%77.06%-
HSV(B)59.29º35.56%93.73%-
XYZ7281.8342.57-
YUV228.7285.83135.33-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.88%
GREEN value IS 238 (93.36% from 255) = 37.72%
BLUE value IS 154 (60.55% from 255) = 24.41%
R=37.88%
G=37.72%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923815400.000.360.0659.2972.6577.06
HexEFEE9A002463b494d
Octal3573562320044673111115
Binary1110111111101110100110100010010011011101110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEE9A; }

 p { color: rgb(239,238,154); }

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

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

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

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

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

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

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