#EFEE9B

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

Shades of Portafino #EFEE9B

Tints of Portafino #EFEE9B

Color information

#EFEE9B (or 0xEFEE9B) is unknown color: approx Portafino. HEX triplet: EF, EE and 9B. RGB value is (239,238,155). Sum of RGB (Red+Green+Blue) = 239+238+155=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 238 (93.36% from 255 or 37.66% from 632); Blue value is 155 (60.94% from 255 or 24.53% from 632); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEE9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEE9B is #101164. Grayscale: #E5E5E5. Windows color (decimal): -1053029 or 10219247. OLE color: 10219247.

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

Color convert

RGB239238155-
CMYK00.000.350.06
HSL59.29º72.41%77.25%-
HSV(B)59.29º35.15%93.73%-
XYZ72.0981.8743.01-
YUV228.8486.33135.25-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.82%
GREEN value IS 238 (93.36% from 255) = 37.66%
BLUE value IS 155 (60.94% from 255) = 24.53%
R=37.82%
G=37.66%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923815500.000.350.0659.2972.4177.25
HexEFEE9B002363b484d
Octal3573562330043673110115
Binary1110111111101110100110110010001111011101110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEE9B; }

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

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

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

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

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

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

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

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