#EFF09E

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

Shades of Portafino #EFF09E

Tints of Portafino #EFF09E

Color information

#EFF09E (or 0xEFF09E) is unknown color: approx Portafino. HEX triplet: EF, F0 and 9E. RGB value is (239,240,158). Sum of RGB (Red+Green+Blue) = 239+240+158=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 240 (94.14% from 255 or 37.68% from 637); Blue value is 158 (62.11% from 255 or 24.80% from 637); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF09E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF09E is #100F61. Grayscale: #E6E6E6. Windows color (decimal): -1052514 or 10416367. OLE color: 10416367.

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

Color convert

RGB239240158-
CMYK0.0000.340.06
HSL60.73º73.21%78.04%-
HSV(B)60.73º34.17%94.12%-
XYZ72.9383.1444.55-
YUV230.3587.17134.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.52%
GREEN value IS 240 (94.14% from 255) = 37.68%
BLUE value IS 158 (62.11% from 255) = 24.80%
R=37.52%
G=37.68%
B=24.80%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392401580.0000.340.0660.7373.2178.04
HexEFF09E002263d494e
Octal3573602360042675111116
Binary1110111111110000100111100010001011011110110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF09E; }

 p { color: rgb(239,240,158); }

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

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

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

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

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

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

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